Html Css Color HEX #CCC94D Wattle

📋 copy color: '#CCC94D'

red 204 ◦ green 201 ◦ blue 77

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

Shades of Wattle #CCC94D

Tints of Wattle #CCC94D

RGB

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

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

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

R = 42.32%
G = 41.7%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC94D (or 0xCCC94D) is known color: Wattle. HEX triplet: CC, C9 and 4D. RGB value is (204,201,77). Sum of RGB (Red+Green+Blue) = 204+201+77=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC94D is #3336B2. Grayscale: #BCBCBC. Windows color (decimal): -3356339 or 5097932. OLE color: 5097932.

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

Color convert

RGB 204 201 77 -
CMYK 0 0.01 0.62 0.2
HSL 58.58º 0.55% 0.55% -
HSV(B) 58.58º 0.62% 0.8% -
XYZ 47.13 55.15 15.18 -
YUV 187.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 204 201 77 0 0.01 0.62 0.2 58.58 0.55 0.55
Hex CC C9 4D 0 1 3E 14 3B 37 37
Octal 314 311 115 0 1 76 24 73 67 67
Binary 11001100 11001001 1001101 0 1 111110 10100 111011 110111 110111

Color Harmonies of #CCC94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC94D

Black with #CCC94D

Text Example


Text Example

White with #CCC94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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