Html Css Color HEX #CCC520 Barberry

📋 copy color: '#CCC520'

red 204 ◦ green 197 ◦ blue 32

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

Shades of Barberry #CCC520

Tints of Barberry #CCC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

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

R = 47.11%
G = 45.5%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCC520 (or 0xCCC520) is known color: Barberry. HEX triplet: CC, C5 and 20. RGB value is (204,197,32). Sum of RGB (Red+Green+Blue) = 204+197+32=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC520 is #333ADF. Grayscale: #B4B4B4. Windows color (decimal): -3357408 or 2147788. OLE color: 2147788.

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

Color convert

RGB 204 197 32 -
CMYK 0 0.03 0.84 0.2
HSL 57.56º 0.73% 0.46% -
HSV(B) 57.56º 0.84% 0.8% -
XYZ 45.13 52.87 9.19 -
YUV 180.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 204 197 32 0 0.03 0.84 0.2 57.56 0.73 0.46
Hex CC C5 20 0 3 54 14 3A 49 2E
Octal 314 305 40 0 3 124 24 72 111 56
Binary 11001100 11000101 100000 0 11 1010100 10100 111010 1001001 101110

Color Harmonies of #CCC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC520

Black with #CCC520

Text Example


Text Example

White with #CCC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC520; }

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

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

background-color css

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

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

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

border-color css

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

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

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