Html Css Color HEX #DACC28 Barberry

📋 copy color: '#DACC28'

red 218 ◦ green 204 ◦ blue 40

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

Shades of Barberry #DACC28

Tints of Barberry #DACC28

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

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

R = 47.19%
G = 44.16%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DACC28 (or 0xDACC28) is known color: Barberry. HEX triplet: DA, CC and 28. RGB value is (218,204,40). Sum of RGB (Red+Green+Blue) = 218+204+40=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC28 is #2533D7. Grayscale: #BEBEBE. Windows color (decimal): -2438104 or 2673882. OLE color: 2673882.

HSL color Cylindrical-coordinate representation of color #DACC28: hue angle of 55.28º 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 #DACC28 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 40 -
CMYK 0 0.06 0.82 0.15
HSL 55.28º 0.71% 0.51% -
HSV(B) 55.28º 0.82% 0.85% -
XYZ 50.89 58.24 10.57 -
YUV 189.49 43.64 148.34 -
System Red Green Blue C M Y K H S L
Decimal 218 204 40 0 0.06 0.82 0.15 55.28 0.71 0.51
Hex DA CC 28 0 6 52 F 37 47 33
Octal 332 314 50 0 6 122 17 67 107 63
Binary 11011010 11001100 101000 0 110 1010010 1111 110111 1000111 110011

Color Harmonies of #DACC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC28

Black with #DACC28

Text Example


Text Example

White with #DACC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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