Html Css Color HEX #DCED98 Reef

📋 copy color: '#DCED98'

red 220 ◦ green 237 ◦ blue 152

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

Shades of Reef #DCED98

Tints of Reef #DCED98

RGB

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

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

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

R = 36.12%
G = 38.92%
B = 24.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#DCED98 (or 0xDCED98) is known color: Reef. HEX triplet: DC, ED and 98. RGB value is (220,237,152). Sum of RGB (Red+Green+Blue) = 220+237+152=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED98 is #231267. Grayscale: #DEDEDE. Windows color (decimal): -2298472 or 10022364. OLE color: 10022364.

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

Color convert

RGB 220 237 152 -
CMYK 0.07 0 0.36 0.07
HSL 72º 0.7% 0.76% -
HSV(B) 72º 0.36% 0.93% -
XYZ 65.47 78.05 41.32 -
YUV 222.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 220 237 152 0.07 0 0.36 0.07 72 0.7 0.76
Hex DC ED 98 7 0 24 7 48 46 4C
Octal 334 355 230 7 0 44 7 110 106 114
Binary 11011100 11101101 10011000 111 0 100100 111 1001000 1000110 1001100

Color Harmonies of #DCED98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED98

Black with #DCED98

Text Example


Text Example

White with #DCED98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED98; }

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

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

background-color css

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

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

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

border-color css

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

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

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