Html Css Color HEX #CCD044 Wattle

📋 copy color: '#CCD044'

red 204 ◦ green 208 ◦ blue 68

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

Shades of Wattle #CCD044

Tints of Wattle #CCD044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.17%

R = 42.5%
G = 43.33%
B = 14.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#CCD044 (or 0xCCD044) is known color: Wattle. HEX triplet: CC, D0 and 44. RGB value is (204,208,68). Sum of RGB (Red+Green+Blue) = 204+208+68=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD044 is #332FBB. Grayscale: #BFBFBF. Windows color (decimal): -3354556 or 4509900. OLE color: 4509900.

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

Color convert

RGB 204 208 68 -
CMYK 0.02 0 0.67 0.18
HSL 61.71º 0.6% 0.54% -
HSV(B) 61.71º 0.67% 0.82% -
XYZ 48.5 58.37 14.18 -
YUV 190.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 204 208 68 0.02 0 0.67 0.18 61.71 0.6 0.54
Hex CC D0 44 2 0 43 12 3E 3C 36
Octal 314 320 104 2 0 103 22 76 74 66
Binary 11001100 11010000 1000100 10 0 1000011 10010 111110 111100 110110

Color Harmonies of #CCD044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD044

Black with #CCD044

Text Example


Text Example

White with #CCD044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD044; }

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

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

background-color css

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

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

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

border-color css

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

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

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