Html Css Color HEX #CCC843 Wattle

📋 copy color: '#CCC843'

red 204 ◦ green 200 ◦ blue 67

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

Shades of Wattle #CCC843

Tints of Wattle #CCC843

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 43.31%
G = 42.46%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC843 (or 0xCCC843) is known color: Wattle. HEX triplet: CC, C8 and 43. RGB value is (204,200,67). Sum of RGB (Red+Green+Blue) = 204+200+67=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC843 is #3337BC. Grayscale: #BABABA. Windows color (decimal): -3356605 or 4442316. OLE color: 4442316.

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

Color convert

RGB 204 200 67 -
CMYK 0 0.02 0.67 0.2
HSL 58.25º 0.57% 0.53% -
HSV(B) 58.25º 0.67% 0.8% -
XYZ 46.57 54.55 13.39 -
YUV 186.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 204 200 67 0 0.02 0.67 0.2 58.25 0.57 0.53
Hex CC C8 43 0 2 43 14 3A 39 35
Octal 314 310 103 0 2 103 24 72 71 65
Binary 11001100 11001000 1000011 0 10 1000011 10100 111010 111001 110101

Color Harmonies of #CCC843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC843

Black with #CCC843

Text Example


Text Example

White with #CCC843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC843; }

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

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

background-color css

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

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

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

border-color css

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

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

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