Html Css Color HEX #CCC220 Barberry

📋 copy color: '#CCC220'

red 204 ◦ green 194 ◦ blue 32

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

Shades of Barberry #CCC220

Tints of Barberry #CCC220

RGB

 RED value IS 204 (80.08% from 255) = 47.44%

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 47.44%
G = 45.12%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC220 (or 0xCCC220) is known color: Barberry. HEX triplet: CC, C2 and 20. RGB value is (204,194,32). Sum of RGB (Red+Green+Blue) = 204+194+32=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC220 is #333DDF. Grayscale: #B3B3B3. Windows color (decimal): -3358176 or 2147020. OLE color: 2147020.

HSL color Cylindrical-coordinate representation of color #CCC220: hue angle of 56.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCC220 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 32 -
CMYK 0 0.05 0.84 0.2
HSL 56.51º 0.73% 0.46% -
HSV(B) 56.51º 0.84% 0.8% -
XYZ 44.45 51.53 8.97 -
YUV 178.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 204 194 32 0 0.05 0.84 0.2 56.51 0.73 0.46
Hex CC C2 20 0 5 54 14 39 49 2E
Octal 314 302 40 0 5 124 24 71 111 56
Binary 11001100 11000010 100000 0 101 1010100 10100 111001 1001001 101110

Color Harmonies of #CCC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC220

Black with #CCC220

Text Example


Text Example

White with #CCC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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