Html Css Color HEX #CCD046 Wattle

📋 copy color: '#CCD046'

red 204 ◦ green 208 ◦ blue 70

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

Shades of Wattle #CCD046

Tints of Wattle #CCD046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 42.32%
G = 43.15%
B = 14.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#CCD046 (or 0xCCD046) is known color: Wattle. HEX triplet: CC, D0 and 46. RGB value is (204,208,70). Sum of RGB (Red+Green+Blue) = 204+208+70=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD046 is #332FB9. Grayscale: #BFBFBF. Windows color (decimal): -3354554 or 4640972. OLE color: 4640972.

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

Color convert

RGB 204 208 70 -
CMYK 0.02 0 0.66 0.18
HSL 61.74º 0.59% 0.55% -
HSV(B) 61.74º 0.66% 0.82% -
XYZ 48.56 58.39 14.51 -
YUV 191.07 59.67 137.22 -
System Red Green Blue C M Y K H S L
Decimal 204 208 70 0.02 0 0.66 0.18 61.74 0.59 0.55
Hex CC D0 46 2 0 42 12 3E 3B 37
Octal 314 320 106 2 0 102 22 76 73 67
Binary 11001100 11010000 1000110 10 0 1000010 10010 111110 111011 110111

Color Harmonies of #CCD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD046

Black with #CCD046

Text Example


Text Example

White with #CCD046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD046; }

 p { color: rgb(204,208,70); }

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

background-color css

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

 a { background-color: rgb(204,208,70); }

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

border-color css

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

 span { border-color: rgb(204,208,70); }

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