Html Css Color HEX #CDD44D Wattle

📋 copy color: '#CDD44D'

red 205 ◦ green 212 ◦ blue 77

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

Shades of Wattle #CDD44D

Tints of Wattle #CDD44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 41.5%
G = 42.91%
B = 15.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#CDD44D (or 0xCDD44D) is known color: Wattle. HEX triplet: CD, D4 and 4D. RGB value is (205,212,77). Sum of RGB (Red+Green+Blue) = 205+212+77=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD44D is #322BB2. Grayscale: #C3C3C3. Windows color (decimal): -3287987 or 5100749. OLE color: 5100749.

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

Color convert

RGB 205 212 77 -
CMYK 0.03 0 0.64 0.17
HSL 63.11º 0.61% 0.57% -
HSV(B) 63.11º 0.64% 0.83% -
XYZ 50.06 60.6 16.08 -
YUV 194.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 205 212 77 0.03 0 0.64 0.17 63.11 0.61 0.57
Hex CD D4 4D 3 0 40 11 3F 3D 39
Octal 315 324 115 3 0 100 21 77 75 71
Binary 11001101 11010100 1001101 11 0 1000000 10001 111111 111101 111001

Color Harmonies of #CDD44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD44D

Black with #CDD44D

Text Example


Text Example

White with #CDD44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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