Html Css Color HEX #D6D25B Manz

📋 copy color: '#D6D25B'

red 214 ◦ green 210 ◦ blue 91

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

Shades of Manz #D6D25B

Tints of Manz #D6D25B

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

 GREEN value IS 210 (82.42% from 255) = 40.78%

 BLUE value IS 91 (35.94% from 255) = 17.67%

R = 41.55%
G = 40.78%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6D25B (or 0xD6D25B) is known color: Manz. HEX triplet: D6, D2 and 5B. RGB value is (214,210,91). Sum of RGB (Red+Green+Blue) = 214+210+91=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D25B is #292DA4. Grayscale: #C6C6C6. Windows color (decimal): -2698661 or 6017750. OLE color: 6017750.

HSL color Cylindrical-coordinate representation of color #D6D25B: hue angle of 58.05º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6D25B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 210 91 -
CMYK 0 0.02 0.57 0.16
HSL 58.05º 0.6% 0.6% -
HSV(B) 58.05º 0.57% 0.84% -
XYZ 52.67 61.14 18.92 -
YUV 197.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 214 210 91 0 0.02 0.57 0.16 58.05 0.6 0.6
Hex D6 D2 5B 0 2 39 10 3A 3C 3C
Octal 326 322 133 0 2 71 20 72 74 74
Binary 11010110 11010010 1011011 0 10 111001 10000 111010 111100 111100

Color Harmonies of #D6D25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D25B

Black with #D6D25B

Text Example


Text Example

White with #D6D25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D25B; }

 p { color: rgb(214,210,91); }

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

background-color css

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

 a { background-color: rgb(214,210,91); }

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

border-color css

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

 span { border-color: rgb(214,210,91); }

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