Html Css Color HEX #D6D452 Manz

📋 copy color: '#D6D452'

red 214 ◦ green 212 ◦ blue 82

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

Shades of Manz #D6D452

Tints of Manz #D6D452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

 BLUE value IS 82 (32.42% from 255) = 16.14%

R = 42.13%
G = 41.73%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6D452 (or 0xD6D452) is known color: Manz. HEX triplet: D6, D4 and 52. RGB value is (214,212,82). Sum of RGB (Red+Green+Blue) = 214+212+82=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D452 is #292BAD. Grayscale: #C6C6C6. Windows color (decimal): -2698158 or 5428438. OLE color: 5428438.

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

Color convert

RGB 214 212 82 -
CMYK 0 0.01 0.62 0.16
HSL 59.09º 0.62% 0.58% -
HSV(B) 59.09º 0.62% 0.84% -
XYZ 52.8 61.99 17.17 -
YUV 197.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 214 212 82 0 0.01 0.62 0.16 59.09 0.62 0.58
Hex D6 D4 52 0 1 3E 10 3B 3E 3A
Octal 326 324 122 0 1 76 20 73 76 72
Binary 11010110 11010100 1010010 0 1 111110 10000 111011 111110 111010

Color Harmonies of #D6D452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D452

Black with #D6D452

Text Example


Text Example

White with #D6D452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D452; }

 p { color: rgb(214,212,82); }

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

background-color css

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

 a { background-color: rgb(214,212,82); }

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

border-color css

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

 span { border-color: rgb(214,212,82); }

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