Html Css Color HEX #CDD998 Deco

📋 copy color: '#CDD998'

red 205 ◦ green 217 ◦ blue 152

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

Shades of Deco #CDD998

Tints of Deco #CDD998

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.8%

 BLUE value IS 152 (59.77% from 255) = 26.48%

R = 35.71%
G = 37.8%
B = 26.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CDD998 (or 0xCDD998) is known color: Deco. HEX triplet: CD, D9 and 98. RGB value is (205,217,152). Sum of RGB (Red+Green+Blue) = 205+217+152=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD998 is #322667. Grayscale: #CECECE. Windows color (decimal): -3286632 or 10017229. OLE color: 10017229.

HSL color Cylindrical-coordinate representation of color #CDD998: hue angle of 71.08º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD998 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 152 -
CMYK 0.06 0 0.30 0.15
HSL 71.08º 0.46% 0.72% -
HSV(B) 71.08º 0.3% 0.85% -
XYZ 55.66 64.87 39.29 -
YUV 206 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 205 217 152 0.06 0 0.30 0.15 71.08 0.46 0.72
Hex CD D9 98 6 0 1E F 47 2E 48
Octal 315 331 230 6 0 36 17 107 56 110
Binary 11001101 11011001 10011000 110 0 11110 1111 1000111 101110 1001000

Color Harmonies of #CDD998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD998

Black with #CDD998

Text Example


Text Example

White with #CDD998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD998; }

 p { color: rgb(205,217,152); }

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

background-color css

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

 a { background-color: rgb(205,217,152); }

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

border-color css

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

 span { border-color: rgb(205,217,152); }

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