Html Css Color HEX #DACD1E Barberry

📋 copy color: '#DACD1E'

red 218 ◦ green 205 ◦ blue 30

#DACD1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #DACD1E

Tints of Barberry #DACD1E

RGB

 RED value IS 218 (85.55% from 255) = 48.12%

 GREEN value IS 205 (80.47% from 255) = 45.25%

 BLUE value IS 30 (12.11% from 255) = 6.62%

R = 48.12%
G = 45.25%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DACD1E (or 0xDACD1E) is known color: Barberry. HEX triplet: DA, CD and 1E. RGB value is (218,205,30). Sum of RGB (Red+Green+Blue) = 218+205+30=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 30 (12.11% from 255 or 6.62% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD1E is #2532E1. Grayscale: #BDBDBD. Windows color (decimal): -2437858 or 2018778. OLE color: 2018778.

HSL color Cylindrical-coordinate representation of color #DACD1E: hue angle of 55.85º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DACD1E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 205 30 -
CMYK 0 0.06 0.86 0.15
HSL 55.85º 0.76% 0.49% -
HSV(B) 55.85º 0.86% 0.85% -
XYZ 50.98 58.66 9.86 -
YUV 188.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 218 205 30 0 0.06 0.86 0.15 55.85 0.76 0.49
Hex DA CD 1E 0 6 56 F 38 4C 31
Octal 332 315 36 0 6 126 17 70 114 61
Binary 11011010 11001101 11110 0 110 1010110 1111 111000 1001100 110001

Color Harmonies of #DACD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD1E

Black with #DACD1E

Text Example


Text Example

White with #DACD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD1E; }

 p { color: rgb(218,205,30); }

 H1.HeaderClassName
 {
   color: #DACD1E;
 }
 .AnyTagClassName
 {
   color: #DACD1E;
 }
</style>

background-color css

<style>
 a { background-color: #DACD1E; }

 a { background-color: rgb(218,205,30); }

 div.DivClassName
 {
   background-color: #DACD1E;
 }
 .BgClassName
 {
   background-color: #DACD1E;
 }
</style>

border-color css

<style>
 span { border-color: #DACD1E; }

 span { border-color: rgb(218,205,30); }

 td.TdClassName
 {
   border-color: #DACD1E;
 }
 .TagClassName
 {
   border-color: #DACD1E;
 }
</style>