Html Css Color HEX #CCC043 Wattle

📋 copy color: '#CCC043'

red 204 ◦ green 192 ◦ blue 67

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

Shades of Wattle #CCC043

Tints of Wattle #CCC043

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

 BLUE value IS 67 (26.56% from 255) = 14.47%

R = 44.06%
G = 41.47%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC043 (or 0xCCC043) is known color: Wattle. HEX triplet: CC, C0 and 43. RGB value is (204,192,67). Sum of RGB (Red+Green+Blue) = 204+192+67=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC043 is #333FBC. Grayscale: #B5B5B5. Windows color (decimal): -3358653 or 4440268. OLE color: 4440268.

HSL color Cylindrical-coordinate representation of color #CCC043: hue angle of 54.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC043 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 67 -
CMYK 0 0.06 0.67 0.2
HSL 54.74º 0.57% 0.53% -
HSV(B) 54.74º 0.67% 0.8% -
XYZ 44.76 50.94 12.78 -
YUV 181.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 204 192 67 0 0.06 0.67 0.2 54.74 0.57 0.53
Hex CC C0 43 0 6 43 14 37 39 35
Octal 314 300 103 0 6 103 24 67 71 65
Binary 11001100 11000000 1000011 0 110 1000011 10100 110111 111001 110101

Color Harmonies of #CCC043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC043

Black with #CCC043

Text Example


Text Example

White with #CCC043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC043; }

 p { color: rgb(204,192,67); }

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

background-color css

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

 a { background-color: rgb(204,192,67); }

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

border-color css

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

 span { border-color: rgb(204,192,67); }

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