Html Css Color HEX #DCC928 Barberry

📋 copy color: '#DCC928'

red 220 ◦ green 201 ◦ blue 40

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

Shades of Barberry #DCC928

Tints of Barberry #DCC928

RGB

 RED value IS 220 (86.33% from 255) = 47.72%

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 47.72%
G = 43.6%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCC928 (or 0xDCC928) is known color: Barberry. HEX triplet: DC, C9 and 28. RGB value is (220,201,40). Sum of RGB (Red+Green+Blue) = 220+201+40=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC928 is #2336D7. Grayscale: #BCBCBC. Windows color (decimal): -2307800 or 2673116. OLE color: 2673116.

HSL color Cylindrical-coordinate representation of color #DCC928: hue angle of 53.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCC928 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 40 -
CMYK 0 0.09 0.82 0.14
HSL 53.67º 0.72% 0.51% -
HSV(B) 53.67º 0.82% 0.86% -
XYZ 50.78 57.14 10.36 -
YUV 188.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 220 201 40 0 0.09 0.82 0.14 53.67 0.72 0.51
Hex DC C9 28 0 9 52 E 36 48 33
Octal 334 311 50 0 11 122 16 66 110 63
Binary 11011100 11001001 101000 0 1001 1010010 1110 110110 1001000 110011

Color Harmonies of #DCC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC928

Black with #DCC928

Text Example


Text Example

White with #DCC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC928; }

 p { color: rgb(220,201,40); }

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

background-color css

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

 a { background-color: rgb(220,201,40); }

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

border-color css

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

 span { border-color: rgb(220,201,40); }

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