Html Css Color HEX #DBE67A Mindaro

📋 copy color: '#DBE67A'

red 219 ◦ green 230 ◦ blue 122

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

Shades of Mindaro #DBE67A

Tints of Mindaro #DBE67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.37%

R = 38.35%
G = 40.28%
B = 21.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#DBE67A (or 0xDBE67A) is known color: Mindaro. HEX triplet: DB, E6 and 7A. RGB value is (219,230,122). Sum of RGB (Red+Green+Blue) = 219+230+122=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE67A is #241985. Grayscale: #D6D6D6. Windows color (decimal): -2365830 or 8054491. OLE color: 8054491.

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

Color convert

RGB 219 230 122 -
CMYK 0.05 0 0.47 0.10
HSL 66.11º 0.68% 0.69% -
HSV(B) 66.11º 0.47% 0.9% -
XYZ 61.02 73.06 29.3 -
YUV 214.4 75.86 131.28 -
System Red Green Blue C M Y K H S L
Decimal 219 230 122 0.05 0 0.47 0.10 66.11 0.68 0.69
Hex DB E6 7A 5 0 2F A 42 44 45
Octal 333 346 172 5 0 57 12 102 104 105
Binary 11011011 11100110 1111010 101 0 101111 1010 1000010 1000100 1000101

Color Harmonies of #DBE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE67A

Black with #DBE67A

Text Example


Text Example

White with #DBE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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