Html Css Color HEX #CCC43F Wattle

📋 copy color: '#CCC43F'

red 204 ◦ green 196 ◦ blue 63

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

Shades of Wattle #CCC43F

Tints of Wattle #CCC43F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.33%

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

R = 44.06%
G = 42.33%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC43F (or 0xCCC43F) is known color: Wattle. HEX triplet: CC, C4 and 3F. RGB value is (204,196,63). Sum of RGB (Red+Green+Blue) = 204+196+63=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC43F is #333BC0. Grayscale: #B7B7B7. Windows color (decimal): -3357633 or 4179148. OLE color: 4179148.

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

Color convert

RGB 204 196 63 -
CMYK 0 0.04 0.69 0.2
HSL 56.6º 0.58% 0.52% -
HSV(B) 56.6º 0.69% 0.8% -
XYZ 45.54 52.68 12.47 -
YUV 183.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 204 196 63 0 0.04 0.69 0.2 56.6 0.58 0.52
Hex CC C4 3F 0 4 45 14 39 3A 34
Octal 314 304 77 0 4 105 24 71 72 64
Binary 11001100 11000100 111111 0 100 1000101 10100 111001 111010 110100

Color Harmonies of #CCC43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC43F

Black with #CCC43F

Text Example


Text Example

White with #CCC43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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