Html Css Color HEX #DBEB9A Reef

📋 copy color: '#DBEB9A'

red 219 ◦ green 235 ◦ blue 154

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

Shades of Reef #DBEB9A

Tints of Reef #DBEB9A

RGB

 RED value IS 219 (85.94% from 255) = 36.02%

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

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

R = 36.02%
G = 38.65%
B = 25.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#DBEB9A (or 0xDBEB9A) is known color: Reef. HEX triplet: DB, EB and 9A. RGB value is (219,235,154). Sum of RGB (Red+Green+Blue) = 219+235+154=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB9A is #241465. Grayscale: #DDDDDD. Windows color (decimal): -2364518 or 10152923. OLE color: 10152923.

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

Color convert

RGB 219 235 154 -
CMYK 0.07 0 0.34 0.08
HSL 71.85º 0.67% 0.76% -
HSV(B) 71.85º 0.34% 0.92% -
XYZ 64.75 76.81 41.98 -
YUV 220.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 219 235 154 0.07 0 0.34 0.08 71.85 0.67 0.76
Hex DB EB 9A 7 0 22 8 48 43 4C
Octal 333 353 232 7 0 42 10 110 103 114
Binary 11011011 11101011 10011010 111 0 100010 1000 1001000 1000011 1001100

Color Harmonies of #DBEB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB9A

Black with #DBEB9A

Text Example


Text Example

White with #DBEB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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