Html Css Color HEX #DCEB9A Reef

📋 copy color: '#DCEB9A'

red 220 ◦ green 235 ◦ blue 154

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

Shades of Reef #DCEB9A

Tints of Reef #DCEB9A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

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

R = 36.12%
G = 38.59%
B = 25.29%

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

#DCEB9A (or 0xDCEB9A) is known color: Reef. HEX triplet: DC, EB and 9A. RGB value is (220,235,154). Sum of RGB (Red+Green+Blue) = 220+235+154=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9A is #231465. Grayscale: #DDDDDD. Windows color (decimal): -2298982 or 10152924. OLE color: 10152924.

HSL color Cylindrical-coordinate representation of color #DCEB9A: hue angle of 71.11º degrees, saturation: 0.67, 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 #DCEB9A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 154 -
CMYK 0.06 0 0.34 0.08
HSL 71.11º 0.67% 0.76% -
HSV(B) 71.11º 0.34% 0.92% -
XYZ 65.06 76.97 42 -
YUV 221.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 220 235 154 0.06 0 0.34 0.08 71.11 0.67 0.76
Hex DC EB 9A 6 0 22 8 47 43 4C
Octal 334 353 232 6 0 42 10 107 103 114
Binary 11011100 11101011 10011010 110 0 100010 1000 1000111 1000011 1001100

Color Harmonies of #DCEB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB9A

Black with #DCEB9A

Text Example


Text Example

White with #DCEB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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