Html Css Color HEX #CCC14C Wattle

📋 copy color: '#CCC14C'

red 204 ◦ green 193 ◦ blue 76

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

Shades of Wattle #CCC14C

Tints of Wattle #CCC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 43.13%
G = 40.8%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC14C (or 0xCCC14C) is known color: Wattle. HEX triplet: CC, C1 and 4C. RGB value is (204,193,76). Sum of RGB (Red+Green+Blue) = 204+193+76=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC14C is #333EB3. Grayscale: #B7B7B7. Windows color (decimal): -3358388 or 5030348. OLE color: 5030348.

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

Color convert

RGB 204 193 76 -
CMYK 0 0.05 0.63 0.2
HSL 54.84º 0.56% 0.55% -
HSV(B) 54.84º 0.63% 0.8% -
XYZ 45.28 51.5 14.39 -
YUV 182.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 204 193 76 0 0.05 0.63 0.2 54.84 0.56 0.55
Hex CC C1 4C 0 5 3F 14 37 38 37
Octal 314 301 114 0 5 77 24 67 70 67
Binary 11001100 11000001 1001100 0 101 111111 10100 110111 111000 110111

Color Harmonies of #CCC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC14C

Black with #CCC14C

Text Example


Text Example

White with #CCC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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