Html Css Color HEX #DBEB6D Mindaro

📋 copy color: '#DBEB6D'

red 219 ◦ green 235 ◦ blue 109

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

Shades of Mindaro #DBEB6D

Tints of Mindaro #DBEB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.36%

R = 38.9%
G = 41.74%
B = 19.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DBEB6D (or 0xDBEB6D) is known color: Mindaro. HEX triplet: DB, EB and 6D. RGB value is (219,235,109). Sum of RGB (Red+Green+Blue) = 219+235+109=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB6D is #241492. Grayscale: #D8D8D8. Windows color (decimal): -2364563 or 7203803. OLE color: 7203803.

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

Color convert

RGB 219 235 109 -
CMYK 0.07 0 0.54 0.08
HSL 67.62º 0.76% 0.67% -
HSV(B) 67.62º 0.54% 0.92% -
XYZ 61.68 75.58 25.81 -
YUV 215.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 219 235 109 0.07 0 0.54 0.08 67.62 0.76 0.67
Hex DB EB 6D 7 0 36 8 44 4C 43
Octal 333 353 155 7 0 66 10 104 114 103
Binary 11011011 11101011 1101101 111 0 110110 1000 1000100 1001100 1000011

Color Harmonies of #DBEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB6D

Black with #DBEB6D

Text Example


Text Example

White with #DBEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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