Html Css Color HEX #CED597 Deco

📋 copy color: '#CED597'

red 206 ◦ green 213 ◦ blue 151

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

Shades of Deco #CED597

Tints of Deco #CED597

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.37%

 BLUE value IS 151 (59.38% from 255) = 26.49%

R = 36.14%
G = 37.37%
B = 26.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#CED597 (or 0xCED597) is known color: Deco. HEX triplet: CE, D5 and 97. RGB value is (206,213,151). Sum of RGB (Red+Green+Blue) = 206+213+151=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #CED597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED597 is #312A68. Grayscale: #CCCCCC. Windows color (decimal): -3222121 or 9950670. OLE color: 9950670.

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

Color convert

RGB 206 213 151 -
CMYK 0.03 0 0.29 0.16
HSL 66.77º 0.42% 0.71% -
HSV(B) 66.77º 0.29% 0.84% -
XYZ 54.83 62.94 38.54 -
YUV 203.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 206 213 151 0.03 0 0.29 0.16 66.77 0.42 0.71
Hex CE D5 97 3 0 1D 10 43 2A 47
Octal 316 325 227 3 0 35 20 103 52 107
Binary 11001110 11010101 10010111 11 0 11101 10000 1000011 101010 1000111

Color Harmonies of #CED597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED597

Black with #CED597

Text Example


Text Example

White with #CED597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED597; }

 p { color: rgb(206,213,151); }

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

background-color css

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

 a { background-color: rgb(206,213,151); }

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

border-color css

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

 span { border-color: rgb(206,213,151); }

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