Html Css Color HEX #DCC824 Barberry

📋 copy color: '#DCC824'

red 220 ◦ green 200 ◦ blue 36

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

Shades of Barberry #DCC824

Tints of Barberry #DCC824

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.86%

 BLUE value IS 36 (14.45% from 255) = 7.89%

R = 48.25%
G = 43.86%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCC824 (or 0xDCC824) is known color: Barberry. HEX triplet: DC, C8 and 24. RGB value is (220,200,36). Sum of RGB (Red+Green+Blue) = 220+200+36=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC824 is #2337DB. Grayscale: #BBBBBB. Windows color (decimal): -2308060 or 2410716. OLE color: 2410716.

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

Color convert

RGB 220 200 36 -
CMYK 0 0.09 0.84 0.14
HSL 53.48º 0.72% 0.5% -
HSV(B) 53.48º 0.84% 0.86% -
XYZ 50.49 56.65 9.94 -
YUV 187.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 220 200 36 0 0.09 0.84 0.14 53.48 0.72 0.5
Hex DC C8 24 0 9 54 E 35 48 32
Octal 334 310 44 0 11 124 16 65 110 62
Binary 11011100 11001000 100100 0 1001 1010100 1110 110101 1001000 110010

Color Harmonies of #DCC824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC824

Black with #DCC824

Text Example


Text Example

White with #DCC824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC824; }

 p { color: rgb(220,200,36); }

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

background-color css

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

 a { background-color: rgb(220,200,36); }

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

border-color css

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

 span { border-color: rgb(220,200,36); }

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