#CED07B

Color #CED07B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CED07B

Tints of Deco #CED07B

Color information

#CED07B (or 0xCED07B) is unknown color: approx Deco. HEX triplet: CE, D0 and 7B. RGB value is (206,208,123). Sum of RGB (Red+Green+Blue) = 206+208+123=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #CED07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED07B is #312F84. Grayscale: #C6C6C6. Windows color (decimal): -3223429 or 8114382. OLE color: 8114382.

HSL color Cylindrical-coordinate representation of color #CED07B: hue angle of 61.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED07B is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB206208123-
CMYK0.0100.410.18
HSL61.41º47.49%64.9%-
HSV(B)61.41º40.87%81.57%-
XYZ51.5859.6627.54-
YUV197.7185.84133.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 123 (48.44% from 255) = 22.91%
R=38.36%
G=38.73%
B=22.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081230.0100.410.1861.4147.4964.9
HexCED07B1029123d2f41
Octal3163201731051227557101
Binary1100111011010000111101110101001100101111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED07B; }

 p { color: rgb(206,208,123); }

 H1.HeaderClassName
 {
   color: #CED07B;
 }
 .AnyTagClassName
 {
   color: #CED07B;
 }
</style>
background-color css

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

 a { background-color: rgb(206,208,123); }

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

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

 span { border-color: rgb(206,208,123); }

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