Html Css Color HEX #CCC84A Wattle

📋 copy color: '#CCC84A'

red 204 ◦ green 200 ◦ blue 74

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

Shades of Wattle #CCC84A

Tints of Wattle #CCC84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 42.68%
G = 41.84%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC84A (or 0xCCC84A) is known color: Wattle. HEX triplet: CC, C8 and 4A. RGB value is (204,200,74). Sum of RGB (Red+Green+Blue) = 204+200+74=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC84A is #3337B5. Grayscale: #BBBBBB. Windows color (decimal): -3356598 or 4901068. OLE color: 4901068.

HSL color Cylindrical-coordinate representation of color #CCC84A: hue angle of 58.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC84A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 74 -
CMYK 0 0.02 0.64 0.2
HSL 58.15º 0.56% 0.55% -
HSV(B) 58.15º 0.64% 0.8% -
XYZ 46.79 54.64 14.56 -
YUV 186.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 204 200 74 0 0.02 0.64 0.2 58.15 0.56 0.55
Hex CC C8 4A 0 2 40 14 3A 38 37
Octal 314 310 112 0 2 100 24 72 70 67
Binary 11001100 11001000 1001010 0 10 1000000 10100 111010 111000 110111

Color Harmonies of #CCC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC84A

Black with #CCC84A

Text Example


Text Example

White with #CCC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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