Html Css Color HEX #DCCB20 Barberry

📋 copy color: '#DCCB20'

red 220 ◦ green 203 ◦ blue 32

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

Shades of Barberry #DCCB20

Tints of Barberry #DCCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.62%

 BLUE value IS 32 (12.89% from 255) = 7.03%

R = 48.35%
G = 44.62%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCCB20 (or 0xDCCB20) is known color: Barberry. HEX triplet: DC, CB and 20. RGB value is (220,203,32). Sum of RGB (Red+Green+Blue) = 220+203+32=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB20 is #2334DF. Grayscale: #BDBDBD. Windows color (decimal): -2307296 or 2149340. OLE color: 2149340.

HSL color Cylindrical-coordinate representation of color #DCCB20: hue angle of 54.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCB20 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 32 -
CMYK 0 0.08 0.85 0.14
HSL 54.57º 0.75% 0.49% -
HSV(B) 54.57º 0.85% 0.86% -
XYZ 51.13 58.03 9.87 -
YUV 188.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 220 203 32 0 0.08 0.85 0.14 54.57 0.75 0.49
Hex DC CB 20 0 8 55 E 37 4B 31
Octal 334 313 40 0 10 125 16 67 113 61
Binary 11011100 11001011 100000 0 1000 1010101 1110 110111 1001011 110001

Color Harmonies of #DCCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB20

Black with #DCCB20

Text Example


Text Example

White with #DCCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB20; }

 p { color: rgb(220,203,32); }

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

background-color css

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

 a { background-color: rgb(220,203,32); }

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

border-color css

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

 span { border-color: rgb(220,203,32); }

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