Html Css Color HEX #DCED9A Reef

📋 copy color: '#DCED9A'

red 220 ◦ green 237 ◦ blue 154

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

Shades of Reef #DCED9A

Tints of Reef #DCED9A

RGB

 RED value IS 220 (86.33% from 255) = 36.01%

 GREEN value IS 237 (92.97% from 255) = 38.79%

 BLUE value IS 154 (60.55% from 255) = 25.2%

R = 36.01%
G = 38.79%
B = 25.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#DCED9A (or 0xDCED9A) is known color: Reef. HEX triplet: DC, ED and 9A. RGB value is (220,237,154). Sum of RGB (Red+Green+Blue) = 220+237+154=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED9A is #231265. Grayscale: #DEDEDE. Windows color (decimal): -2298470 or 10153436. OLE color: 10153436.

HSL color Cylindrical-coordinate representation of color #DCED9A: hue angle of 72.29º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCED9A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 154 -
CMYK 0.07 0 0.35 0.07
HSL 72.29º 0.7% 0.77% -
HSV(B) 72.29º 0.35% 0.93% -
XYZ 65.63 78.12 42.19 -
YUV 222.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 220 237 154 0.07 0 0.35 0.07 72.29 0.7 0.77
Hex DC ED 9A 7 0 23 7 48 46 4D
Octal 334 355 232 7 0 43 7 110 106 115
Binary 11011100 11101101 10011010 111 0 100011 111 1001000 1000110 1001101

Color Harmonies of #DCED9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED9A

Black with #DCED9A

Text Example


Text Example

White with #DCED9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED9A; }

 p { color: rgb(220,237,154); }

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

background-color css

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

 a { background-color: rgb(220,237,154); }

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

border-color css

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

 span { border-color: rgb(220,237,154); }

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