Html Css Color HEX #DBEA69 Mindaro

📋 copy color: '#DBEA69'

red 219 ◦ green 234 ◦ blue 105

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

Shades of Mindaro #DBEA69

Tints of Mindaro #DBEA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.82%

R = 39.25%
G = 41.94%
B = 18.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#DBEA69 (or 0xDBEA69) is known color: Mindaro. HEX triplet: DB, EA and 69. RGB value is (219,234,105). Sum of RGB (Red+Green+Blue) = 219+234+105=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA69 is #241596. Grayscale: #D7D7D7. Windows color (decimal): -2364823 or 6941403. OLE color: 6941403.

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

Color convert

RGB 219 234 105 -
CMYK 0.06 0 0.55 0.08
HSL 66.98º 0.75% 0.66% -
HSV(B) 66.98º 0.55% 0.92% -
XYZ 61.19 74.93 24.6 -
YUV 214.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 219 234 105 0.06 0 0.55 0.08 66.98 0.75 0.66
Hex DB EA 69 6 0 37 8 43 4B 42
Octal 333 352 151 6 0 67 10 103 113 102
Binary 11011011 11101010 1101001 110 0 110111 1000 1000011 1001011 1000010

Color Harmonies of #DBEA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA69

Black with #DBEA69

Text Example


Text Example

White with #DBEA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA69; }

 p { color: rgb(219,234,105); }

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

background-color css

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

 a { background-color: rgb(219,234,105); }

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

border-color css

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

 span { border-color: rgb(219,234,105); }

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