Html Css Color HEX #CCC820 Barberry

📋 copy color: '#CCC820'

red 204 ◦ green 200 ◦ blue 32

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

Shades of Barberry #CCC820

Tints of Barberry #CCC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 46.79%
G = 45.87%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC820 (or 0xCCC820) is known color: Barberry. HEX triplet: CC, C8 and 20. RGB value is (204,200,32). Sum of RGB (Red+Green+Blue) = 204+200+32=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC820 is #3337DF. Grayscale: #B6B6B6. Windows color (decimal): -3356640 or 2148556. OLE color: 2148556.

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

Color convert

RGB 204 200 32 -
CMYK 0 0.02 0.84 0.2
HSL 58.6º 0.73% 0.46% -
HSV(B) 58.6º 0.84% 0.8% -
XYZ 45.82 54.25 9.42 -
YUV 182.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 204 200 32 0 0.02 0.84 0.2 58.6 0.73 0.46
Hex CC C8 20 0 2 54 14 3B 49 2E
Octal 314 310 40 0 2 124 24 73 111 56
Binary 11001100 11001000 100000 0 10 1010100 10100 111011 1001001 101110

Color Harmonies of #CCC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC820

Black with #CCC820

Text Example


Text Example

White with #CCC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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