Html Css Color HEX #CED799 Deco

📋 copy color: '#CED799'

red 206 ◦ green 215 ◦ blue 153

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

Shades of Deco #CED799

Tints of Deco #CED799

RGB

 RED value IS 206 (80.86% from 255) = 35.89%

 GREEN value IS 215 (84.38% from 255) = 37.46%

 BLUE value IS 153 (60.16% from 255) = 26.66%

R = 35.89%
G = 37.46%
B = 26.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#CED799 (or 0xCED799) is known color: Deco. HEX triplet: CE, D7 and 99. RGB value is (206,215,153). Sum of RGB (Red+Green+Blue) = 206+215+153=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #CED799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED799 is #312866. Grayscale: #CDCDCD. Windows color (decimal): -3221607 or 10082254. OLE color: 10082254.

HSL color Cylindrical-coordinate representation of color #CED799: hue angle of 68.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED799 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 153 -
CMYK 0.04 0 0.29 0.16
HSL 68.71º 0.44% 0.72% -
HSV(B) 68.71º 0.29% 0.84% -
XYZ 55.5 64.02 39.57 -
YUV 205.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 206 215 153 0.04 0 0.29 0.16 68.71 0.44 0.72
Hex CE D7 99 4 0 1D 10 45 2C 48
Octal 316 327 231 4 0 35 20 105 54 110
Binary 11001110 11010111 10011001 100 0 11101 10000 1000101 101100 1001000

Color Harmonies of #CED799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED799

Black with #CED799

Text Example


Text Example

White with #CED799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED799; }

 p { color: rgb(206,215,153); }

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

background-color css

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

 a { background-color: rgb(206,215,153); }

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

border-color css

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

 span { border-color: rgb(206,215,153); }

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