Html Css Color HEX #CCC43D Wattle

📋 copy color: '#CCC43D'

red 204 ◦ green 196 ◦ blue 61

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

Shades of Wattle #CCC43D

Tints of Wattle #CCC43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.23%

R = 44.25%
G = 42.52%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC43D (or 0xCCC43D) is known color: Wattle. HEX triplet: CC, C4 and 3D. RGB value is (204,196,61). Sum of RGB (Red+Green+Blue) = 204+196+61=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC43D is #333BC2. Grayscale: #B7B7B7. Windows color (decimal): -3357635 or 4048076. OLE color: 4048076.

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

Color convert

RGB 204 196 61 -
CMYK 0 0.04 0.70 0.2
HSL 56.64º 0.58% 0.52% -
HSV(B) 56.64º 0.7% 0.8% -
XYZ 45.48 52.65 12.18 -
YUV 183 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 204 196 61 0 0.04 0.70 0.2 56.64 0.58 0.52
Hex CC C4 3D 0 4 46 14 39 3A 34
Octal 314 304 75 0 4 106 24 71 72 64
Binary 11001100 11000100 111101 0 100 1000110 10100 111001 111010 110100

Color Harmonies of #CCC43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC43D

Black with #CCC43D

Text Example


Text Example

White with #CCC43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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