Html Css Color HEX #CCC720 Barberry

📋 copy color: '#CCC720'

red 204 ◦ green 199 ◦ blue 32

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

Shades of Barberry #CCC720

Tints of Barberry #CCC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 46.9%
G = 45.75%
B = 7.36%

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

#CCC720 (or 0xCCC720) is known color: Barberry. HEX triplet: CC, C7 and 20. RGB value is (204,199,32). Sum of RGB (Red+Green+Blue) = 204+199+32=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC720 is #3338DF. Grayscale: #B6B6B6. Windows color (decimal): -3356896 or 2148300. OLE color: 2148300.

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

Color convert

RGB 204 199 32 -
CMYK 0 0.02 0.84 0.2
HSL 58.26º 0.73% 0.46% -
HSV(B) 58.26º 0.84% 0.8% -
XYZ 45.59 53.79 9.35 -
YUV 181.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 204 199 32 0 0.02 0.84 0.2 58.26 0.73 0.46
Hex CC C7 20 0 2 54 14 3A 49 2E
Octal 314 307 40 0 2 124 24 72 111 56
Binary 11001100 11000111 100000 0 10 1010100 10100 111010 1001001 101110

Color Harmonies of #CCC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC720

Black with #CCC720

Text Example


Text Example

White with #CCC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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