Html Css Color HEX #CCC94A Wattle

📋 copy color: '#CCC94A'

red 204 ◦ green 201 ◦ blue 74

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

Shades of Wattle #CCC94A

Tints of Wattle #CCC94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 42.59%
G = 41.96%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC94A (or 0xCCC94A) is known color: Wattle. HEX triplet: CC, C9 and 4A. RGB value is (204,201,74). Sum of RGB (Red+Green+Blue) = 204+201+74=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC94A is #3336B5. Grayscale: #BBBBBB. Windows color (decimal): -3356342 or 4901324. OLE color: 4901324.

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

Color convert

RGB 204 201 74 -
CMYK 0 0.01 0.64 0.2
HSL 58.62º 0.56% 0.55% -
HSV(B) 58.62º 0.64% 0.8% -
XYZ 47.02 55.11 14.64 -
YUV 187.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 204 201 74 0 0.01 0.64 0.2 58.62 0.56 0.55
Hex CC C9 4A 0 1 40 14 3B 38 37
Octal 314 311 112 0 1 100 24 73 70 67
Binary 11001100 11001001 1001010 0 1 1000000 10100 111011 111000 110111

Color Harmonies of #CCC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC94A

Black with #CCC94A

Text Example


Text Example

White with #CCC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC94A; }

 p { color: rgb(204,201,74); }

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

background-color css

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

 a { background-color: rgb(204,201,74); }

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

border-color css

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

 span { border-color: rgb(204,201,74); }

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