Html Css Color HEX #CDD040 Wattle

📋 copy color: '#CDD040'

red 205 ◦ green 208 ◦ blue 64

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

Shades of Wattle #CDD040

Tints of Wattle #CDD040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.42%

R = 42.98%
G = 43.61%
B = 13.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#CDD040 (or 0xCDD040) is known color: Wattle. HEX triplet: CD, D0 and 40. RGB value is (205,208,64). Sum of RGB (Red+Green+Blue) = 205+208+64=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD040 is #322FBF. Grayscale: #BFBFBF. Windows color (decimal): -3289024 or 4247757. OLE color: 4247757.

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

Color convert

RGB 205 208 64 -
CMYK 0.01 0 0.69 0.18
HSL 61.25º 0.61% 0.53% -
HSV(B) 61.25º 0.69% 0.82% -
XYZ 48.66 58.46 13.57 -
YUV 190.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 205 208 64 0.01 0 0.69 0.18 61.25 0.61 0.53
Hex CD D0 40 1 0 45 12 3D 3D 35
Octal 315 320 100 1 0 105 22 75 75 65
Binary 11001101 11010000 1000000 1 0 1000101 10010 111101 111101 110101

Color Harmonies of #CDD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD040

Black with #CDD040

Text Example


Text Example

White with #CDD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD040; }

 p { color: rgb(205,208,64); }

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

background-color css

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

 a { background-color: rgb(205,208,64); }

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

border-color css

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

 span { border-color: rgb(205,208,64); }

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