Html Css Color HEX #CCC84D Wattle

📋 copy color: '#CCC84D'

red 204 ◦ green 200 ◦ blue 77

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

Shades of Wattle #CCC84D

Tints of Wattle #CCC84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 42.41%
G = 41.58%
B = 16.01%

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

#CCC84D (or 0xCCC84D) is known color: Wattle. HEX triplet: CC, C8 and 4D. RGB value is (204,200,77). Sum of RGB (Red+Green+Blue) = 204+200+77=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC84D is #3337B2. Grayscale: #BBBBBB. Windows color (decimal): -3356595 or 5097676. OLE color: 5097676.

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

Color convert

RGB 204 200 77 -
CMYK 0 0.02 0.62 0.2
HSL 58.11º 0.55% 0.55% -
HSV(B) 58.11º 0.62% 0.8% -
XYZ 46.9 54.68 15.1 -
YUV 187.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 204 200 77 0 0.02 0.62 0.2 58.11 0.55 0.55
Hex CC C8 4D 0 2 3E 14 3A 37 37
Octal 314 310 115 0 2 76 24 72 67 67
Binary 11001100 11001000 1001101 0 10 111110 10100 111010 110111 110111

Color Harmonies of #CCC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC84D

Black with #CCC84D

Text Example


Text Example

White with #CCC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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