Html Css Color HEX #D2DF7B Mindaro

📋 copy color: '#D2DF7B'

red 210 ◦ green 223 ◦ blue 123

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

Shades of Mindaro #D2DF7B

Tints of Mindaro #D2DF7B

RGB

 RED value IS 210 (82.42% from 255) = 37.77%

 GREEN value IS 223 (87.5% from 255) = 40.11%

 BLUE value IS 123 (48.44% from 255) = 22.12%

R = 37.77%
G = 40.11%
B = 22.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#D2DF7B (or 0xD2DF7B) is known color: Mindaro. HEX triplet: D2, DF and 7B. RGB value is (210,223,123). Sum of RGB (Red+Green+Blue) = 210+223+123=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF7B is #2D2084. Grayscale: #D0D0D0. Windows color (decimal): -2957445 or 8118226. OLE color: 8118226.

HSL color Cylindrical-coordinate representation of color #D2DF7B: hue angle of 67.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2DF7B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 123 -
CMYK 0.06 0 0.45 0.13
HSL 67.8º 0.61% 0.68% -
HSV(B) 67.8º 0.45% 0.87% -
XYZ 56.54 67.91 28.87 -
YUV 207.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 210 223 123 0.06 0 0.45 0.13 67.8 0.61 0.68
Hex D2 DF 7B 6 0 2D D 44 3D 44
Octal 322 337 173 6 0 55 15 104 75 104
Binary 11010010 11011111 1111011 110 0 101101 1101 1000100 111101 1000100

Color Harmonies of #D2DF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DF7B

Black with #D2DF7B

Text Example


Text Example

White with #D2DF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DF7B; }

 p { color: rgb(210,223,123); }

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

background-color css

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

 a { background-color: rgb(210,223,123); }

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

border-color css

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

 span { border-color: rgb(210,223,123); }

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