Html Css Color HEX #D5DA4B Manz

📋 copy color: '#D5DA4B'

red 213 ◦ green 218 ◦ blue 75

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

Shades of Manz #D5DA4B

Tints of Manz #D5DA4B

RGB

 RED value IS 213 (83.59% from 255) = 42.09%

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 75 (29.69% from 255) = 14.82%

R = 42.09%
G = 43.08%
B = 14.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D5DA4B (or 0xD5DA4B) is known color: Manz. HEX triplet: D5, DA and 4B. RGB value is (213,218,75). Sum of RGB (Red+Green+Blue) = 213+218+75=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA4B is #2A25B4. Grayscale: #C8C8C8. Windows color (decimal): -2762165 or 4971221. OLE color: 4971221.

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

Color convert

RGB 213 218 75 -
CMYK 0.02 0 0.66 0.15
HSL 62.1º 0.66% 0.57% -
HSV(B) 62.1º 0.66% 0.85% -
XYZ 53.78 64.8 16.33 -
YUV 200.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 213 218 75 0.02 0 0.66 0.15 62.1 0.66 0.57
Hex D5 DA 4B 2 0 42 F 3E 42 39
Octal 325 332 113 2 0 102 17 76 102 71
Binary 11010101 11011010 1001011 10 0 1000010 1111 111110 1000010 111001

Color Harmonies of #D5DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA4B

Black with #D5DA4B

Text Example


Text Example

White with #D5DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA4B; }

 p { color: rgb(213,218,75); }

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

background-color css

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

 a { background-color: rgb(213,218,75); }

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

border-color css

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

 span { border-color: rgb(213,218,75); }

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