Html Css Color HEX #DCE969 Mindaro

📋 copy color: '#DCE969'

red 220 ◦ green 233 ◦ blue 105

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

Shades of Mindaro #DCE969

Tints of Mindaro #DCE969

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.76%

 BLUE value IS 105 (41.41% from 255) = 18.82%

R = 39.43%
G = 41.76%
B = 18.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DCE969 (or 0xDCE969) is known color: Mindaro. HEX triplet: DC, E9 and 69. RGB value is (220,233,105). Sum of RGB (Red+Green+Blue) = 220+233+105=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE969 is #231696. Grayscale: #D7D7D7. Windows color (decimal): -2299543 or 6941148. OLE color: 6941148.

HSL color Cylindrical-coordinate representation of color #DCE969: hue angle of 66.09º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE969 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 105 -
CMYK 0.06 0 0.55 0.09
HSL 66.09º 0.74% 0.66% -
HSV(B) 66.09º 0.55% 0.91% -
XYZ 61.2 74.51 24.52 -
YUV 214.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 220 233 105 0.06 0 0.55 0.09 66.09 0.74 0.66
Hex DC E9 69 6 0 37 9 42 4A 42
Octal 334 351 151 6 0 67 11 102 112 102
Binary 11011100 11101001 1101001 110 0 110111 1001 1000010 1001010 1000010

Color Harmonies of #DCE969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE969

Black with #DCE969

Text Example


Text Example

White with #DCE969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE969; }

 p { color: rgb(220,233,105); }

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

background-color css

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

 a { background-color: rgb(220,233,105); }

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

border-color css

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

 span { border-color: rgb(220,233,105); }

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