Html Css Color HEX #DED64B Manz

📋 copy color: '#DED64B'

red 222 ◦ green 214 ◦ blue 75

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

Shades of Manz #DED64B

Tints of Manz #DED64B

RGB

 RED value IS 222 (87.11% from 255) = 43.44%

 GREEN value IS 214 (83.98% from 255) = 41.88%

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

R = 43.44%
G = 41.88%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DED64B (or 0xDED64B) is known color: Manz. HEX triplet: DE, D6 and 4B. RGB value is (222,214,75). Sum of RGB (Red+Green+Blue) = 222+214+75=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DED64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED64B is #2129B4. Grayscale: #C9C9C9. Windows color (decimal): -2173365 or 4970206. OLE color: 4970206.

HSL color Cylindrical-coordinate representation of color #DED64B: hue angle of 56.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DED64B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 75 -
CMYK 0 0.04 0.66 0.13
HSL 56.73º 0.69% 0.58% -
HSV(B) 56.73º 0.66% 0.87% -
XYZ 55.44 64.13 16.11 -
YUV 200.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 222 214 75 0 0.04 0.66 0.13 56.73 0.69 0.58
Hex DE D6 4B 0 4 42 D 39 45 3A
Octal 336 326 113 0 4 102 15 71 105 72
Binary 11011110 11010110 1001011 0 100 1000010 1101 111001 1000101 111010

Color Harmonies of #DED64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED64B

Black with #DED64B

Text Example


Text Example

White with #DED64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED64B; }

 p { color: rgb(222,214,75); }

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

background-color css

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

 a { background-color: rgb(222,214,75); }

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

border-color css

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

 span { border-color: rgb(222,214,75); }

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