Html Css Color HEX #CCC14A Wattle

📋 copy color: '#CCC14A'

red 204 ◦ green 193 ◦ blue 74

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

Shades of Wattle #CCC14A

Tints of Wattle #CCC14A

RGB

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

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

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

R = 43.31%
G = 40.98%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC14A (or 0xCCC14A) is known color: Wattle. HEX triplet: CC, C1 and 4A. RGB value is (204,193,74). Sum of RGB (Red+Green+Blue) = 204+193+74=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC14A is #333EB5. Grayscale: #B7B7B7. Windows color (decimal): -3358390 or 4899276. OLE color: 4899276.

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

Color convert

RGB 204 193 74 -
CMYK 0 0.05 0.64 0.2
HSL 54.92º 0.56% 0.55% -
HSV(B) 54.92º 0.64% 0.8% -
XYZ 45.21 51.47 14.03 -
YUV 182.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 204 193 74 0 0.05 0.64 0.2 54.92 0.56 0.55
Hex CC C1 4A 0 5 40 14 37 38 37
Octal 314 301 112 0 5 100 24 67 70 67
Binary 11001100 11000001 1001010 0 101 1000000 10100 110111 111000 110111

Color Harmonies of #CCC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC14A

Black with #CCC14A

Text Example


Text Example

White with #CCC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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