Html Css Color HEX #DBE974 Mindaro

📋 copy color: '#DBE974'

red 219 ◦ green 233 ◦ blue 116

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

Shades of Mindaro #DBE974

Tints of Mindaro #DBE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.02%

 BLUE value IS 116 (45.7% from 255) = 20.42%

R = 38.56%
G = 41.02%
B = 20.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DBE974 (or 0xDBE974) is known color: Mindaro. HEX triplet: DB, E9 and 74. RGB value is (219,233,116). Sum of RGB (Red+Green+Blue) = 219+233+116=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE974 is #24168B. Grayscale: #D7D7D7. Windows color (decimal): -2365068 or 7662043. OLE color: 7662043.

HSL color Cylindrical-coordinate representation of color #DBE974: hue angle of 67.18º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE974 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 116 -
CMYK 0.06 0 0.50 0.09
HSL 67.18º 0.73% 0.68% -
HSV(B) 67.18º 0.5% 0.91% -
XYZ 61.5 74.6 27.68 -
YUV 215.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 219 233 116 0.06 0 0.50 0.09 67.18 0.73 0.68
Hex DB E9 74 6 0 32 9 43 49 44
Octal 333 351 164 6 0 62 11 103 111 104
Binary 11011011 11101001 1110100 110 0 110010 1001 1000011 1001001 1000100

Color Harmonies of #DBE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE974

Black with #DBE974

Text Example


Text Example

White with #DBE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE974; }

 p { color: rgb(219,233,116); }

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

background-color css

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

 a { background-color: rgb(219,233,116); }

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

border-color css

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

 span { border-color: rgb(219,233,116); }

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