Html Css Color HEX #CDD349 Wattle

📋 copy color: '#CDD349'

red 205 ◦ green 211 ◦ blue 73

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

Shades of Wattle #CDD349

Tints of Wattle #CDD349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

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

R = 41.92%
G = 43.15%
B = 14.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#CDD349 (or 0xCDD349) is known color: Wattle. HEX triplet: CD, D3 and 49. RGB value is (205,211,73). Sum of RGB (Red+Green+Blue) = 205+211+73=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD349 is #322CB6. Grayscale: #C2C2C2. Windows color (decimal): -3288247 or 4838349. OLE color: 4838349.

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

Color convert

RGB 205 211 73 -
CMYK 0.03 0 0.65 0.17
HSL 62.61º 0.61% 0.56% -
HSV(B) 62.61º 0.65% 0.83% -
XYZ 49.67 60.05 15.28 -
YUV 193.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 205 211 73 0.03 0 0.65 0.17 62.61 0.61 0.56
Hex CD D3 49 3 0 41 11 3F 3D 38
Octal 315 323 111 3 0 101 21 77 75 70
Binary 11001101 11010011 1001001 11 0 1000001 10001 111111 111101 111000

Color Harmonies of #CDD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD349

Black with #CDD349

Text Example


Text Example

White with #CDD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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