Html Css Color HEX #DFCC20 Barberry

📋 copy color: '#DFCC20'

red 223 ◦ green 204 ◦ blue 32

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

Shades of Barberry #DFCC20

Tints of Barberry #DFCC20

RGB

 RED value IS 223 (87.5% from 255) = 48.58%

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

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

R = 48.58%
G = 44.44%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFCC20 (or 0xDFCC20) is known color: Barberry. HEX triplet: DF, CC and 20. RGB value is (223,204,32). Sum of RGB (Red+Green+Blue) = 223+204+32=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC20 is #2033DF. Grayscale: #BEBEBE. Windows color (decimal): -2110432 or 2149599. OLE color: 2149599.

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

Color convert

RGB 223 204 32 -
CMYK 0 0.09 0.86 0.13
HSL 54.03º 0.75% 0.5% -
HSV(B) 54.03º 0.86% 0.87% -
XYZ 52.29 58.98 9.99 -
YUV 190.07 38.79 151.49 -
System Red Green Blue C M Y K H S L
Decimal 223 204 32 0 0.09 0.86 0.13 54.03 0.75 0.5
Hex DF CC 20 0 9 56 D 36 4B 32
Octal 337 314 40 0 11 126 15 66 113 62
Binary 11011111 11001100 100000 0 1001 1010110 1101 110110 1001011 110010

Color Harmonies of #DFCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC20

Black with #DFCC20

Text Example


Text Example

White with #DFCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC20; }

 p { color: rgb(223,204,32); }

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

background-color css

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

 a { background-color: rgb(223,204,32); }

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

border-color css

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

 span { border-color: rgb(223,204,32); }

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