Html Css Color HEX #DBE85C Mindaro

📋 copy color: '#DBE85C'

red 219 ◦ green 232 ◦ blue 92

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

Shades of Mindaro #DBE85C

Tints of Mindaro #DBE85C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.73%

 BLUE value IS 92 (36.33% from 255) = 16.94%

R = 40.33%
G = 42.73%
B = 16.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#DBE85C (or 0xDBE85C) is known color: Mindaro. HEX triplet: DB, E8 and 5C. RGB value is (219,232,92). Sum of RGB (Red+Green+Blue) = 219+232+92=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE85C is #2417A3. Grayscale: #D4D4D4. Windows color (decimal): -2365348 or 6088923. OLE color: 6088923.

HSL color Cylindrical-coordinate representation of color #DBE85C: hue angle of 65.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE85C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 92 -
CMYK 0.06 0 0.60 0.09
HSL 65.57º 0.75% 0.64% -
HSV(B) 65.57º 0.6% 0.91% -
XYZ 60 73.55 21.16 -
YUV 212.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 219 232 92 0.06 0 0.60 0.09 65.57 0.75 0.64
Hex DB E8 5C 6 0 3C 9 42 4B 40
Octal 333 350 134 6 0 74 11 102 113 100
Binary 11011011 11101000 1011100 110 0 111100 1001 1000010 1001011 1000000

Color Harmonies of #DBE85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE85C

Black with #DBE85C

Text Example


Text Example

White with #DBE85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE85C; }

 p { color: rgb(219,232,92); }

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

background-color css

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

 a { background-color: rgb(219,232,92); }

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

border-color css

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

 span { border-color: rgb(219,232,92); }

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