Html Css Color HEX #D6D25F Manz

📋 copy color: '#D6D25F'

red 214 ◦ green 210 ◦ blue 95

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

Shades of Manz #D6D25F

Tints of Manz #D6D25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.3%

R = 41.23%
G = 40.46%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6D25F (or 0xD6D25F) is known color: Manz. HEX triplet: D6, D2 and 5F. RGB value is (214,210,95). Sum of RGB (Red+Green+Blue) = 214+210+95=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D25F is #292DA0. Grayscale: #C6C6C6. Windows color (decimal): -2698657 or 6279894. OLE color: 6279894.

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

Color convert

RGB 214 210 95 -
CMYK 0 0.02 0.56 0.16
HSL 57.98º 0.59% 0.61% -
HSV(B) 57.98º 0.56% 0.84% -
XYZ 52.84 61.22 19.86 -
YUV 198.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 214 210 95 0 0.02 0.56 0.16 57.98 0.59 0.61
Hex D6 D2 5F 0 2 38 10 3A 3B 3D
Octal 326 322 137 0 2 70 20 72 73 75
Binary 11010110 11010010 1011111 0 10 111000 10000 111010 111011 111101

Color Harmonies of #D6D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D25F

Black with #D6D25F

Text Example


Text Example

White with #D6D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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