Html Css Color HEX #DCCF20 Barberry

📋 copy color: '#DCCF20'

red 220 ◦ green 207 ◦ blue 32

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

Shades of Barberry #DCCF20

Tints of Barberry #DCCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

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

R = 47.93%
G = 45.1%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCCF20 (or 0xDCCF20) is known color: Barberry. HEX triplet: DC, CF and 20. RGB value is (220,207,32). Sum of RGB (Red+Green+Blue) = 220+207+32=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF20 is #2330DF. Grayscale: #BFBFBF. Windows color (decimal): -2306272 or 2150364. OLE color: 2150364.

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

Color convert

RGB 220 207 32 -
CMYK 0 0.06 0.85 0.14
HSL 55.85º 0.75% 0.49% -
HSV(B) 55.85º 0.85% 0.86% -
XYZ 52.09 59.95 10.19 -
YUV 190.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 220 207 32 0 0.06 0.85 0.14 55.85 0.75 0.49
Hex DC CF 20 0 6 55 E 38 4B 31
Octal 334 317 40 0 6 125 16 70 113 61
Binary 11011100 11001111 100000 0 110 1010101 1110 111000 1001011 110001

Color Harmonies of #DCCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF20

Black with #DCCF20

Text Example


Text Example

White with #DCCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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