Html Css Color HEX #CDD449 Wattle

📋 copy color: '#CDD449'

red 205 ◦ green 212 ◦ blue 73

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

Shades of Wattle #CDD449

Tints of Wattle #CDD449

RGB

 RED value IS 205 (80.47% from 255) = 41.84%

 GREEN value IS 212 (83.2% from 255) = 43.27%

 BLUE value IS 73 (28.91% from 255) = 14.9%

R = 41.84%
G = 43.27%
B = 14.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#CDD449 (or 0xCDD449) is known color: Wattle. HEX triplet: CD, D4 and 49. RGB value is (205,212,73). Sum of RGB (Red+Green+Blue) = 205+212+73=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD449 is #322BB6. Grayscale: #C2C2C2. Windows color (decimal): -3287991 or 4838605. OLE color: 4838605.

HSL color Cylindrical-coordinate representation of color #CDD449: hue angle of 63.02º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDD449 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 73 -
CMYK 0.03 0 0.66 0.17
HSL 63.02º 0.62% 0.56% -
HSV(B) 63.02º 0.66% 0.83% -
XYZ 49.92 60.55 15.36 -
YUV 194.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 205 212 73 0.03 0 0.66 0.17 63.02 0.62 0.56
Hex CD D4 49 3 0 42 11 3F 3E 38
Octal 315 324 111 3 0 102 21 77 76 70
Binary 11001101 11010100 1001001 11 0 1000010 10001 111111 111110 111000

Color Harmonies of #CDD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD449

Black with #CDD449

Text Example


Text Example

White with #CDD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD449; }

 p { color: rgb(205,212,73); }

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

background-color css

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

 a { background-color: rgb(205,212,73); }

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

border-color css

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

 span { border-color: rgb(205,212,73); }

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