Html Css Color HEX #DCCC24 Barberry

📋 copy color: '#DCCC24'

red 220 ◦ green 204 ◦ blue 36

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

Shades of Barberry #DCCC24

Tints of Barberry #DCCC24

RGB

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

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

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

R = 47.83%
G = 44.35%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCCC24 (or 0xDCCC24) is known color: Barberry. HEX triplet: DC, CC and 24. RGB value is (220,204,36). Sum of RGB (Red+Green+Blue) = 220+204+36=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC24 is #2333DB. Grayscale: #BEBEBE. Windows color (decimal): -2307036 or 2411740. OLE color: 2411740.

HSL color Cylindrical-coordinate representation of color #DCCC24: hue angle of 54.78º 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 #DCCC24 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 36 -
CMYK 0 0.07 0.84 0.14
HSL 54.78º 0.72% 0.5% -
HSV(B) 54.78º 0.84% 0.86% -
XYZ 51.43 58.53 10.26 -
YUV 189.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 220 204 36 0 0.07 0.84 0.14 54.78 0.72 0.5
Hex DC CC 24 0 7 54 E 37 48 32
Octal 334 314 44 0 7 124 16 67 110 62
Binary 11011100 11001100 100100 0 111 1010100 1110 110111 1001000 110010

Color Harmonies of #DCCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC24

Black with #DCCC24

Text Example


Text Example

White with #DCCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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