Html Css Color HEX #DBE67C Mindaro

📋 copy color: '#DBE67C'

red 219 ◦ green 230 ◦ blue 124

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

Shades of Mindaro #DBE67C

Tints of Mindaro #DBE67C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.14%

 BLUE value IS 124 (48.83% from 255) = 21.64%

R = 38.22%
G = 40.14%
B = 21.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#DBE67C (or 0xDBE67C) is known color: Mindaro. HEX triplet: DB, E6 and 7C. RGB value is (219,230,124). Sum of RGB (Red+Green+Blue) = 219+230+124=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE67C is #241983. Grayscale: #D7D7D7. Windows color (decimal): -2365828 or 8185563. OLE color: 8185563.

HSL color Cylindrical-coordinate representation of color #DBE67C: hue angle of 66.23º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBE67C is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 124 -
CMYK 0.05 0 0.46 0.10
HSL 66.23º 0.68% 0.69% -
HSV(B) 66.23º 0.46% 0.9% -
XYZ 61.15 73.11 29.96 -
YUV 214.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 219 230 124 0.05 0 0.46 0.10 66.23 0.68 0.69
Hex DB E6 7C 5 0 2E A 42 44 45
Octal 333 346 174 5 0 56 12 102 104 105
Binary 11011011 11100110 1111100 101 0 101110 1010 1000010 1000100 1000101

Color Harmonies of #DBE67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE67C

Black with #DBE67C

Text Example


Text Example

White with #DBE67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE67C; }

 p { color: rgb(219,230,124); }

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

background-color css

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

 a { background-color: rgb(219,230,124); }

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

border-color css

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

 span { border-color: rgb(219,230,124); }

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