Html Css Color HEX #DACB18 Barberry

📋 copy color: '#DACB18'

red 218 ◦ green 203 ◦ blue 24

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

Shades of Barberry #DACB18

Tints of Barberry #DACB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 24 (9.77% from 255) = 5.39%

R = 48.99%
G = 45.62%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DACB18 (or 0xDACB18) is known color: Barberry. HEX triplet: DA, CB and 18. RGB value is (218,203,24). Sum of RGB (Red+Green+Blue) = 218+203+24=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB18 is #2534E7. Grayscale: #BBBBBB. Windows color (decimal): -2438376 or 1625050. OLE color: 1625050.

HSL color Cylindrical-coordinate representation of color #DACB18: hue angle of 55.36º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DACB18 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 24 -
CMYK 0 0.07 0.89 0.15
HSL 55.36º 0.8% 0.47% -
HSV(B) 55.36º 0.89% 0.85% -
XYZ 50.43 57.68 9.34 -
YUV 187.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 218 203 24 0 0.07 0.89 0.15 55.36 0.8 0.47
Hex DA CB 18 0 7 59 F 37 50 2F
Octal 332 313 30 0 7 131 17 67 120 57
Binary 11011010 11001011 11000 0 111 1011001 1111 110111 1010000 101111

Color Harmonies of #DACB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB18

Black with #DACB18

Text Example


Text Example

White with #DACB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB18; }

 p { color: rgb(218,203,24); }

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

background-color css

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

 a { background-color: rgb(218,203,24); }

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

border-color css

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

 span { border-color: rgb(218,203,24); }

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