Html Css Color HEX #DCC929 Barberry

📋 copy color: '#DCC929'

red 220 ◦ green 201 ◦ blue 41

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

Shades of Barberry #DCC929

Tints of Barberry #DCC929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.87%

R = 47.62%
G = 43.51%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC929 (or 0xDCC929) is known color: Barberry. HEX triplet: DC, C9 and 29. RGB value is (220,201,41). Sum of RGB (Red+Green+Blue) = 220+201+41=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC929 is #2336D6. Grayscale: #BDBDBD. Windows color (decimal): -2307799 or 2738652. OLE color: 2738652.

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

Color convert

RGB 220 201 41 -
CMYK 0 0.09 0.81 0.14
HSL 53.63º 0.72% 0.51% -
HSV(B) 53.63º 0.81% 0.86% -
XYZ 50.8 57.15 10.45 -
YUV 188.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 220 201 41 0 0.09 0.81 0.14 53.63 0.72 0.51
Hex DC C9 29 0 9 51 E 36 48 33
Octal 334 311 51 0 11 121 16 66 110 63
Binary 11011100 11001001 101001 0 1001 1010001 1110 110110 1001000 110011

Color Harmonies of #DCC929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC929

Black with #DCC929

Text Example


Text Example

White with #DCC929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC929; }

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

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

background-color css

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

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

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

border-color css

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

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

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