Html Css Color HEX #CCC84E Wattle

📋 copy color: '#CCC84E'

red 204 ◦ green 200 ◦ blue 78

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

Shades of Wattle #CCC84E

Tints of Wattle #CCC84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.18%

R = 42.32%
G = 41.49%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC84E (or 0xCCC84E) is known color: Wattle. HEX triplet: CC, C8 and 4E. RGB value is (204,200,78). Sum of RGB (Red+Green+Blue) = 204+200+78=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC84E is #3337B1. Grayscale: #BBBBBB. Windows color (decimal): -3356594 or 5163212. OLE color: 5163212.

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

Color convert

RGB 204 200 78 -
CMYK 0 0.02 0.62 0.2
HSL 58.1º 0.55% 0.55% -
HSV(B) 58.1º 0.62% 0.8% -
XYZ 46.93 54.7 15.29 -
YUV 187.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 204 200 78 0 0.02 0.62 0.2 58.1 0.55 0.55
Hex CC C8 4E 0 2 3E 14 3A 37 37
Octal 314 310 116 0 2 76 24 72 67 67
Binary 11001100 11001000 1001110 0 10 111110 10100 111010 110111 110111

Color Harmonies of #CCC84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC84E

Black with #CCC84E

Text Example


Text Example

White with #CCC84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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