Html Css Color HEX #CCC93E Wattle

📋 copy color: '#CCC93E'

red 204 ◦ green 201 ◦ blue 62

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

Shades of Wattle #CCC93E

Tints of Wattle #CCC93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 43.68%
G = 43.04%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC93E (or 0xCCC93E) is known color: Wattle. HEX triplet: CC, C9 and 3E. RGB value is (204,201,62). Sum of RGB (Red+Green+Blue) = 204+201+62=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93E is #3336C1. Grayscale: #BABABA. Windows color (decimal): -3356354 or 4114892. OLE color: 4114892.

HSL color Cylindrical-coordinate representation of color #CCC93E: hue angle of 58.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC93E is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 62 -
CMYK 0 0.01 0.70 0.2
HSL 58.73º 0.58% 0.52% -
HSV(B) 58.73º 0.7% 0.8% -
XYZ 46.66 54.96 12.71 -
YUV 186.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 204 201 62 0 0.01 0.70 0.2 58.73 0.58 0.52
Hex CC C9 3E 0 1 46 14 3B 3A 34
Octal 314 311 76 0 1 106 24 73 72 64
Binary 11001100 11001001 111110 0 1 1000110 10100 111011 111010 110100

Color Harmonies of #CCC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC93E

Black with #CCC93E

Text Example


Text Example

White with #CCC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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