Html Css Color HEX #DACB28 Barberry

📋 copy color: '#DACB28'

red 218 ◦ green 203 ◦ blue 40

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

Shades of Barberry #DACB28

Tints of Barberry #DACB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.68%

R = 47.29%
G = 44.03%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DACB28 (or 0xDACB28) is known color: Barberry. HEX triplet: DA, CB and 28. RGB value is (218,203,40). Sum of RGB (Red+Green+Blue) = 218+203+40=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB28 is #2534D7. Grayscale: #BDBDBD. Windows color (decimal): -2438360 or 2673626. OLE color: 2673626.

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

Color convert

RGB 218 203 40 -
CMYK 0 0.07 0.82 0.15
HSL 54.94º 0.71% 0.51% -
HSV(B) 54.94º 0.82% 0.85% -
XYZ 50.65 57.77 10.49 -
YUV 188.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 218 203 40 0 0.07 0.82 0.15 54.94 0.71 0.51
Hex DA CB 28 0 7 52 F 37 47 33
Octal 332 313 50 0 7 122 17 67 107 63
Binary 11011010 11001011 101000 0 111 1010010 1111 110111 1000111 110011

Color Harmonies of #DACB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB28

Black with #DACB28

Text Example


Text Example

White with #DACB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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