Html Css Color HEX #CCC34D Wattle

📋 copy color: '#CCC34D'

red 204 ◦ green 195 ◦ blue 77

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

Shades of Wattle #CCC34D

Tints of Wattle #CCC34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.18%

R = 42.86%
G = 40.97%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC34D (or 0xCCC34D) is known color: Wattle. HEX triplet: CC, C3 and 4D. RGB value is (204,195,77). Sum of RGB (Red+Green+Blue) = 204+195+77=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC34D is #333CB2. Grayscale: #B8B8B8. Windows color (decimal): -3357875 or 5096396. OLE color: 5096396.

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

Color convert

RGB 204 195 77 -
CMYK 0 0.04 0.62 0.2
HSL 55.75º 0.55% 0.55% -
HSV(B) 55.75º 0.62% 0.8% -
XYZ 45.76 52.4 14.72 -
YUV 184.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 204 195 77 0 0.04 0.62 0.2 55.75 0.55 0.55
Hex CC C3 4D 0 4 3E 14 38 37 37
Octal 314 303 115 0 4 76 24 70 67 67
Binary 11001100 11000011 1001101 0 100 111110 10100 111000 110111 110111

Color Harmonies of #CCC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC34D

Black with #CCC34D

Text Example


Text Example

White with #CCC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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