Html Css Color HEX #CCC64B Wattle

📋 copy color: '#CCC64B'

red 204 ◦ green 198 ◦ blue 75

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

Shades of Wattle #CCC64B

Tints of Wattle #CCC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.51%

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

R = 42.77%
G = 41.51%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC64B (or 0xCCC64B) is known color: Wattle. HEX triplet: CC, C6 and 4B. RGB value is (204,198,75). Sum of RGB (Red+Green+Blue) = 204+198+75=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC64B is #3339B4. Grayscale: #BABABA. Windows color (decimal): -3357109 or 4966092. OLE color: 4966092.

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

Color convert

RGB 204 198 75 -
CMYK 0 0.03 0.63 0.2
HSL 57.21º 0.56% 0.55% -
HSV(B) 57.21º 0.63% 0.8% -
XYZ 46.37 53.73 14.58 -
YUV 185.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 204 198 75 0 0.03 0.63 0.2 57.21 0.56 0.55
Hex CC C6 4B 0 3 3F 14 39 38 37
Octal 314 306 113 0 3 77 24 71 70 67
Binary 11001100 11000110 1001011 0 11 111111 10100 111001 111000 110111

Color Harmonies of #CCC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC64B

Black with #CCC64B

Text Example


Text Example

White with #CCC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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