Html Css Color HEX #D1D752 Manz

📋 copy color: '#D1D752'

red 209 ◦ green 215 ◦ blue 82

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

Shades of Manz #D1D752

Tints of Manz #D1D752

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

 GREEN value IS 215 (84.38% from 255) = 42.49%

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

R = 41.3%
G = 42.49%
B = 16.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D1D752 (or 0xD1D752) is known color: Manz. HEX triplet: D1, D7 and 52. RGB value is (209,215,82). Sum of RGB (Red+Green+Blue) = 209+215+82=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D752 is #2E28AD. Grayscale: #C6C6C6. Windows color (decimal): -3025070 or 5429201. OLE color: 5429201.

HSL color Cylindrical-coordinate representation of color #D1D752: hue angle of 62.71º 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 #D1D752 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 82 -
CMYK 0.03 0 0.62 0.16
HSL 62.71º 0.62% 0.58% -
HSV(B) 62.71º 0.62% 0.84% -
XYZ 52.12 62.77 17.35 -
YUV 198.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 209 215 82 0.03 0 0.62 0.16 62.71 0.62 0.58
Hex D1 D7 52 3 0 3E 10 3F 3E 3A
Octal 321 327 122 3 0 76 20 77 76 72
Binary 11010001 11010111 1010010 11 0 111110 10000 111111 111110 111010

Color Harmonies of #D1D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D752

Black with #D1D752

Text Example


Text Example

White with #D1D752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D752; }

 p { color: rgb(209,215,82); }

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

background-color css

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

 a { background-color: rgb(209,215,82); }

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

border-color css

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

 span { border-color: rgb(209,215,82); }

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