Html Css Color HEX #CCC72C Barberry

📋 copy color: '#CCC72C'

red 204 ◦ green 199 ◦ blue 44

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

Shades of Barberry #CCC72C

Tints of Barberry #CCC72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 45.64%
G = 44.52%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC72C (or 0xCCC72C) is known color: Barberry. HEX triplet: CC, C7 and 2C. RGB value is (204,199,44). Sum of RGB (Red+Green+Blue) = 204+199+44=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC72C is #3338D3. Grayscale: #B7B7B7. Windows color (decimal): -3356884 or 2934732. OLE color: 2934732.

HSL color Cylindrical-coordinate representation of color #CCC72C: hue angle of 58.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC72C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 44 -
CMYK 0 0.02 0.78 0.2
HSL 58.13º 0.65% 0.49% -
HSV(B) 58.13º 0.78% 0.8% -
XYZ 45.78 53.87 10.37 -
YUV 182.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 204 199 44 0 0.02 0.78 0.2 58.13 0.65 0.49
Hex CC C7 2C 0 2 4E 14 3A 41 31
Octal 314 307 54 0 2 116 24 72 101 61
Binary 11001100 11000111 101100 0 10 1001110 10100 111010 1000001 110001

Color Harmonies of #CCC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC72C

Black with #CCC72C

Text Example


Text Example

White with #CCC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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