Html Css Color HEX #CCC32C Barberry

📋 copy color: '#CCC32C'

red 204 ◦ green 195 ◦ blue 44

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

Shades of Barberry #CCC32C

Tints of Barberry #CCC32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

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

R = 46.05%
G = 44.02%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC32C (or 0xCCC32C) is known color: Barberry. HEX triplet: CC, C3 and 2C. RGB value is (204,195,44). Sum of RGB (Red+Green+Blue) = 204+195+44=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32C is #333CD3. Grayscale: #B5B5B5. Windows color (decimal): -3357908 or 2933708. OLE color: 2933708.

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

Color convert

RGB 204 195 44 -
CMYK 0 0.04 0.78 0.2
HSL 56.63º 0.65% 0.49% -
HSV(B) 56.63º 0.78% 0.8% -
XYZ 44.87 52.05 10.06 -
YUV 180.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 204 195 44 0 0.04 0.78 0.2 56.63 0.65 0.49
Hex CC C3 2C 0 4 4E 14 39 41 31
Octal 314 303 54 0 4 116 24 71 101 61
Binary 11001100 11000011 101100 0 100 1001110 10100 111001 1000001 110001

Color Harmonies of #CCC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC32C

Black with #CCC32C

Text Example


Text Example

White with #CCC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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