Html Css Color HEX #DCEA9A Reef

📋 copy color: '#DCEA9A'

red 220 ◦ green 234 ◦ blue 154

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

Shades of Reef #DCEA9A

Tints of Reef #DCEA9A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.49%

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

R = 36.18%
G = 38.49%
B = 25.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#DCEA9A (or 0xDCEA9A) is known color: Reef. HEX triplet: DC, EA and 9A. RGB value is (220,234,154). Sum of RGB (Red+Green+Blue) = 220+234+154=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA9A is #231565. Grayscale: #DDDDDD. Windows color (decimal): -2299238 or 10152668. OLE color: 10152668.

HSL color Cylindrical-coordinate representation of color #DCEA9A: hue angle of 70.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEA9A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 154 -
CMYK 0.06 0 0.34 0.08
HSL 70.5º 0.66% 0.76% -
HSV(B) 70.5º 0.34% 0.92% -
XYZ 64.77 76.39 41.9 -
YUV 220.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 220 234 154 0.06 0 0.34 0.08 70.5 0.66 0.76
Hex DC EA 9A 6 0 22 8 46 42 4C
Octal 334 352 232 6 0 42 10 106 102 114
Binary 11011100 11101010 10011010 110 0 100010 1000 1000110 1000010 1001100

Color Harmonies of #DCEA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA9A

Black with #DCEA9A

Text Example


Text Example

White with #DCEA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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