Html Css Color HEX #DBEA72 Mindaro

📋 copy color: '#DBEA72'

red 219 ◦ green 234 ◦ blue 114

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

Shades of Mindaro #DBEA72

Tints of Mindaro #DBEA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.11%

R = 38.62%
G = 41.27%
B = 20.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DBEA72 (or 0xDBEA72) is known color: Mindaro. HEX triplet: DB, EA and 72. RGB value is (219,234,114). Sum of RGB (Red+Green+Blue) = 219+234+114=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA72 is #24158D. Grayscale: #D8D8D8. Windows color (decimal): -2364814 or 7531227. OLE color: 7531227.

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

Color convert

RGB 219 234 114 -
CMYK 0.06 0 0.51 0.08
HSL 67.5º 0.74% 0.68% -
HSV(B) 67.5º 0.51% 0.92% -
XYZ 61.67 75.12 27.17 -
YUV 215.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 219 234 114 0.06 0 0.51 0.08 67.5 0.74 0.68
Hex DB EA 72 6 0 33 8 44 4A 44
Octal 333 352 162 6 0 63 10 104 112 104
Binary 11011011 11101010 1110010 110 0 110011 1000 1000100 1001010 1000100

Color Harmonies of #DBEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA72

Black with #DBEA72

Text Example


Text Example

White with #DBEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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