Html Css Color HEX #DCED7B Mindaro

📋 copy color: '#DCED7B'

red 220 ◦ green 237 ◦ blue 123

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

Shades of Mindaro #DCED7B

Tints of Mindaro #DCED7B

RGB

 RED value IS 220 (86.33% from 255) = 37.93%

 GREEN value IS 237 (92.97% from 255) = 40.86%

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

R = 37.93%
G = 40.86%
B = 21.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#DCED7B (or 0xDCED7B) is known color: Mindaro. HEX triplet: DC, ED and 7B. RGB value is (220,237,123). Sum of RGB (Red+Green+Blue) = 220+237+123=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED7B is #231284. Grayscale: #DBDBDB. Windows color (decimal): -2298501 or 8121820. OLE color: 8121820.

HSL color Cylindrical-coordinate representation of color #DCED7B: hue angle of 68.95º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCED7B is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 123 -
CMYK 0.07 0 0.48 0.07
HSL 68.95º 0.76% 0.71% -
HSV(B) 68.95º 0.48% 0.93% -
XYZ 63.37 77.21 30.3 -
YUV 218.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 220 237 123 0.07 0 0.48 0.07 68.95 0.76 0.71
Hex DC ED 7B 7 0 30 7 45 4C 47
Octal 334 355 173 7 0 60 7 105 114 107
Binary 11011100 11101101 1111011 111 0 110000 111 1000101 1001100 1000111

Color Harmonies of #DCED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED7B

Black with #DCED7B

Text Example


Text Example

White with #DCED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED7B; }

 p { color: rgb(220,237,123); }

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

background-color css

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

 a { background-color: rgb(220,237,123); }

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

border-color css

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

 span { border-color: rgb(220,237,123); }

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