Html Css Color HEX #CCD14B Wattle

📋 copy color: '#CCD14B'

red 204 ◦ green 209 ◦ blue 75

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

Shades of Wattle #CCD14B

Tints of Wattle #CCD14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.37%

R = 41.8%
G = 42.83%
B = 15.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#CCD14B (or 0xCCD14B) is known color: Wattle. HEX triplet: CC, D1 and 4B. RGB value is (204,209,75). Sum of RGB (Red+Green+Blue) = 204+209+75=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD14B is #332EB4. Grayscale: #C0C0C0. Windows color (decimal): -3354293 or 4968908. OLE color: 4968908.

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

Color convert

RGB 204 209 75 -
CMYK 0.02 0 0.64 0.18
HSL 62.24º 0.59% 0.56% -
HSV(B) 62.24º 0.64% 0.82% -
XYZ 48.97 58.95 15.45 -
YUV 192.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 204 209 75 0.02 0 0.64 0.18 62.24 0.59 0.56
Hex CC D1 4B 2 0 40 12 3E 3B 38
Octal 314 321 113 2 0 100 22 76 73 70
Binary 11001100 11010001 1001011 10 0 1000000 10010 111110 111011 111000

Color Harmonies of #CCD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD14B

Black with #CCD14B

Text Example


Text Example

White with #CCD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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