Html Css Color HEX #DBEA67 Mindaro

📋 copy color: '#DBEA67'

red 219 ◦ green 234 ◦ blue 103

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

Shades of Mindaro #DBEA67

Tints of Mindaro #DBEA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.53%

R = 39.39%
G = 42.09%
B = 18.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DBEA67 (or 0xDBEA67) is known color: Mindaro. HEX triplet: DB, EA and 67. RGB value is (219,234,103). Sum of RGB (Red+Green+Blue) = 219+234+103=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA67 is #241598. Grayscale: #D7D7D7. Windows color (decimal): -2364825 or 6810331. OLE color: 6810331.

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

Color convert

RGB 219 234 103 -
CMYK 0.06 0 0.56 0.08
HSL 66.87º 0.76% 0.66% -
HSV(B) 66.87º 0.56% 0.92% -
XYZ 61.08 74.88 24.07 -
YUV 214.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 219 234 103 0.06 0 0.56 0.08 66.87 0.76 0.66
Hex DB EA 67 6 0 38 8 43 4C 42
Octal 333 352 147 6 0 70 10 103 114 102
Binary 11011011 11101010 1100111 110 0 111000 1000 1000011 1001100 1000010

Color Harmonies of #DBEA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA67

Black with #DBEA67

Text Example


Text Example

White with #DBEA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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