Html Css Color HEX #CDD479 Deco

📋 copy color: '#CDD479'

red 205 ◦ green 212 ◦ blue 121

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

Shades of Deco #CDD479

Tints of Deco #CDD479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 38.1%
G = 39.41%
B = 22.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#CDD479 (or 0xCDD479) is known color: Deco. HEX triplet: CD, D4 and 79. RGB value is (205,212,121). Sum of RGB (Red+Green+Blue) = 205+212+121=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD479 is #322B86. Grayscale: #C7C7C7. Windows color (decimal): -3287943 or 7984333. OLE color: 7984333.

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

Color convert

RGB 205 212 121 -
CMYK 0.03 0 0.43 0.17
HSL 64.62º 0.51% 0.65% -
HSV(B) 64.62º 0.43% 0.83% -
XYZ 52.17 61.45 27.2 -
YUV 199.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 205 212 121 0.03 0 0.43 0.17 64.62 0.51 0.65
Hex CD D4 79 3 0 2B 11 41 33 41
Octal 315 324 171 3 0 53 21 101 63 101
Binary 11001101 11010100 1111001 11 0 101011 10001 1000001 110011 1000001

Color Harmonies of #CDD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD479

Black with #CDD479

Text Example


Text Example

White with #CDD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD479; }

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

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

background-color css

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

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

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

border-color css

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

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

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