Html Css Color HEX #CCC329 Barberry

📋 copy color: '#CCC329'

red 204 ◦ green 195 ◦ blue 41

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

Shades of Barberry #CCC329

Tints of Barberry #CCC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.32%

R = 46.36%
G = 44.32%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCC329 (or 0xCCC329) is known color: Barberry. HEX triplet: CC, C3 and 29. RGB value is (204,195,41). Sum of RGB (Red+Green+Blue) = 204+195+41=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC329 is #333CD6. Grayscale: #B4B4B4. Windows color (decimal): -3357911 or 2737100. OLE color: 2737100.

HSL color Cylindrical-coordinate representation of color #CCC329: hue angle of 56.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC329 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 41 -
CMYK 0 0.04 0.80 0.2
HSL 56.69º 0.67% 0.48% -
HSV(B) 56.69º 0.8% 0.8% -
XYZ 44.82 52.03 9.78 -
YUV 180.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 204 195 41 0 0.04 0.80 0.2 56.69 0.67 0.48
Hex CC C3 29 0 4 50 14 39 43 30
Octal 314 303 51 0 4 120 24 71 103 60
Binary 11001100 11000011 101001 0 100 1010000 10100 111001 1000011 110000

Color Harmonies of #CCC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC329

Black with #CCC329

Text Example


Text Example

White with #CCC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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