Html Css Color HEX #CCC93F Wattle

📋 copy color: '#CCC93F'

red 204 ◦ green 201 ◦ blue 63

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

Shades of Wattle #CCC93F

Tints of Wattle #CCC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.46%

R = 43.59%
G = 42.95%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC93F (or 0xCCC93F) is known color: Wattle. HEX triplet: CC, C9 and 3F. RGB value is (204,201,63). Sum of RGB (Red+Green+Blue) = 204+201+63=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93F is #3336C0. Grayscale: #BABABA. Windows color (decimal): -3356353 or 4180428. OLE color: 4180428.

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

Color convert

RGB 204 201 63 -
CMYK 0 0.01 0.69 0.2
HSL 58.72º 0.58% 0.52% -
HSV(B) 58.72º 0.69% 0.8% -
XYZ 46.69 54.97 12.85 -
YUV 186.17 58.49 140.72 -
System Red Green Blue C M Y K H S L
Decimal 204 201 63 0 0.01 0.69 0.2 58.72 0.58 0.52
Hex CC C9 3F 0 1 45 14 3B 3A 34
Octal 314 311 77 0 1 105 24 73 72 64
Binary 11001100 11001001 111111 0 1 1000101 10100 111011 111010 110100

Color Harmonies of #CCC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC93F

Black with #CCC93F

Text Example


Text Example

White with #CCC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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