Html Css Color HEX #D5CF56 Manz

📋 copy color: '#D5CF56'

red 213 ◦ green 207 ◦ blue 86

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

Shades of Manz #D5CF56

Tints of Manz #D5CF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 42.09%
G = 40.91%
B = 17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5CF56 (or 0xD5CF56) is known color: Manz. HEX triplet: D5, CF and 56. RGB value is (213,207,86). Sum of RGB (Red+Green+Blue) = 213+207+86=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF56 is #2A30A9. Grayscale: #C3C3C3. Windows color (decimal): -2764970 or 5689301. OLE color: 5689301.

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

Color convert

RGB 213 207 86 -
CMYK 0 0.03 0.60 0.16
HSL 57.17º 0.6% 0.59% -
HSV(B) 57.17º 0.6% 0.84% -
XYZ 51.43 59.44 17.57 -
YUV 195 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 213 207 86 0 0.03 0.60 0.16 57.17 0.6 0.59
Hex D5 CF 56 0 3 3C 10 39 3C 3B
Octal 325 317 126 0 3 74 20 71 74 73
Binary 11010101 11001111 1010110 0 11 111100 10000 111001 111100 111011

Color Harmonies of #D5CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF56

Black with #D5CF56

Text Example


Text Example

White with #D5CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF56; }

 p { color: rgb(213,207,86); }

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

background-color css

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

 a { background-color: rgb(213,207,86); }

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

border-color css

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

 span { border-color: rgb(213,207,86); }

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