Html Css Color HEX #CCC14D Wattle

📋 copy color: '#CCC14D'

red 204 ◦ green 193 ◦ blue 77

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

Shades of Wattle #CCC14D

Tints of Wattle #CCC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.72%

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

R = 43.04%
G = 40.72%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC14D (or 0xCCC14D) is known color: Wattle. HEX triplet: CC, C1 and 4D. RGB value is (204,193,77). Sum of RGB (Red+Green+Blue) = 204+193+77=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC14D is #333EB2. Grayscale: #B7B7B7. Windows color (decimal): -3358387 or 5095884. OLE color: 5095884.

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

Color convert

RGB 204 193 77 -
CMYK 0 0.05 0.62 0.2
HSL 54.8º 0.55% 0.55% -
HSV(B) 54.8º 0.62% 0.8% -
XYZ 45.31 51.51 14.58 -
YUV 183.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 204 193 77 0 0.05 0.62 0.2 54.8 0.55 0.55
Hex CC C1 4D 0 5 3E 14 37 37 37
Octal 314 301 115 0 5 76 24 67 67 67
Binary 11001100 11000001 1001101 0 101 111110 10100 110111 110111 110111

Color Harmonies of #CCC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC14D

Black with #CCC14D

Text Example


Text Example

White with #CCC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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