Html Css Color HEX #CCD14A Wattle

📋 copy color: '#CCD14A'

red 204 ◦ green 209 ◦ blue 74

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

Shades of Wattle #CCD14A

Tints of Wattle #CCD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

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

R = 41.89%
G = 42.92%
B = 15.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#CCD14A (or 0xCCD14A) is known color: Wattle. HEX triplet: CC, D1 and 4A. RGB value is (204,209,74). Sum of RGB (Red+Green+Blue) = 204+209+74=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD14A is #332EB5. Grayscale: #C0C0C0. Windows color (decimal): -3354294 or 4903372. OLE color: 4903372.

HSL color Cylindrical-coordinate representation of color #CCD14A: hue angle of 62.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD14A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 74 -
CMYK 0.02 0 0.65 0.18
HSL 62.22º 0.59% 0.55% -
HSV(B) 62.22º 0.65% 0.82% -
XYZ 48.94 58.93 15.27 -
YUV 192.12 61.34 136.48 -
System Red Green Blue C M Y K H S L
Decimal 204 209 74 0.02 0 0.65 0.18 62.22 0.59 0.55
Hex CC D1 4A 2 0 41 12 3E 3B 37
Octal 314 321 112 2 0 101 22 76 73 67
Binary 11001100 11010001 1001010 10 0 1000001 10010 111110 111011 110111

Color Harmonies of #CCD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD14A

Black with #CCD14A

Text Example


Text Example

White with #CCD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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