Html Css Color HEX #CCD245 Wattle

📋 copy color: '#CCD245'

red 204 ◦ green 210 ◦ blue 69

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

Shades of Wattle #CCD245

Tints of Wattle #CCD245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.48%

 BLUE value IS 69 (27.34% from 255) = 14.29%

R = 42.24%
G = 43.48%
B = 14.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#CCD245 (or 0xCCD245) is known color: Wattle. HEX triplet: CC, D2 and 45. RGB value is (204,210,69). Sum of RGB (Red+Green+Blue) = 204+210+69=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD245 is #332DBA. Grayscale: #C0C0C0. Windows color (decimal): -3354043 or 4575948. OLE color: 4575948.

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

Color convert

RGB 204 210 69 -
CMYK 0.03 0 0.67 0.18
HSL 62.55º 0.61% 0.55% -
HSV(B) 62.55º 0.67% 0.82% -
XYZ 49.02 59.36 14.5 -
YUV 192.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 204 210 69 0.03 0 0.67 0.18 62.55 0.61 0.55
Hex CC D2 45 3 0 43 12 3F 3D 37
Octal 314 322 105 3 0 103 22 77 75 67
Binary 11001100 11010010 1000101 11 0 1000011 10010 111111 111101 110111

Color Harmonies of #CCD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD245

Black with #CCD245

Text Example


Text Example

White with #CCD245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD245; }

 p { color: rgb(204,210,69); }

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

background-color css

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

 a { background-color: rgb(204,210,69); }

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

border-color css

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

 span { border-color: rgb(204,210,69); }

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