Html Css Color HEX #CCC32D Barberry

📋 copy color: '#CCC32D'

red 204 ◦ green 195 ◦ blue 45

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

Shades of Barberry #CCC32D

Tints of Barberry #CCC32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.14%

R = 45.95%
G = 43.92%
B = 10.14%

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

#CCC32D (or 0xCCC32D) is known color: Barberry. HEX triplet: CC, C3 and 2D. RGB value is (204,195,45). Sum of RGB (Red+Green+Blue) = 204+195+45=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32D is #333CD2. Grayscale: #B5B5B5. Windows color (decimal): -3357907 or 2999244. OLE color: 2999244.

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

Color convert

RGB 204 195 45 -
CMYK 0 0.04 0.78 0.2
HSL 56.6º 0.64% 0.49% -
HSV(B) 56.6º 0.78% 0.8% -
XYZ 44.89 52.06 10.16 -
YUV 180.59 51.48 144.7 -
System Red Green Blue C M Y K H S L
Decimal 204 195 45 0 0.04 0.78 0.2 56.6 0.64 0.49
Hex CC C3 2D 0 4 4E 14 39 40 31
Octal 314 303 55 0 4 116 24 71 100 61
Binary 11001100 11000011 101101 0 100 1001110 10100 111001 1000000 110001

Color Harmonies of #CCC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC32D

Black with #CCC32D

Text Example


Text Example

White with #CCC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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