Html Css Color HEX #CCC34B Wattle

📋 copy color: '#CCC34B'

red 204 ◦ green 195 ◦ blue 75

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

Shades of Wattle #CCC34B

Tints of Wattle #CCC34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 43.04%
G = 41.14%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC34B (or 0xCCC34B) is known color: Wattle. HEX triplet: CC, C3 and 4B. RGB value is (204,195,75). Sum of RGB (Red+Green+Blue) = 204+195+75=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC34B is #333CB4. Grayscale: #B8B8B8. Windows color (decimal): -3357877 or 4965324. OLE color: 4965324.

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

Color convert

RGB 204 195 75 -
CMYK 0 0.04 0.63 0.2
HSL 55.81º 0.56% 0.55% -
HSV(B) 55.81º 0.63% 0.8% -
XYZ 45.69 52.38 14.36 -
YUV 184.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 204 195 75 0 0.04 0.63 0.2 55.81 0.56 0.55
Hex CC C3 4B 0 4 3F 14 38 38 37
Octal 314 303 113 0 4 77 24 70 70 67
Binary 11001100 11000011 1001011 0 100 111111 10100 111000 111000 110111

Color Harmonies of #CCC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC34B

Black with #CCC34B

Text Example


Text Example

White with #CCC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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