Html Css Color HEX #DFD64B Manz

📋 copy color: '#DFD64B'

red 223 ◦ green 214 ◦ blue 75

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

Shades of Manz #DFD64B

Tints of Manz #DFD64B

RGB

 RED value IS 223 (87.5% from 255) = 43.55%

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

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

R = 43.55%
G = 41.8%
B = 14.65%

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

#DFD64B (or 0xDFD64B) is known color: Manz. HEX triplet: DF, D6 and 4B. RGB value is (223,214,75). Sum of RGB (Red+Green+Blue) = 223+214+75=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD64B is #2029B4. Grayscale: #C9C9C9. Windows color (decimal): -2107829 or 4970207. OLE color: 4970207.

HSL color Cylindrical-coordinate representation of color #DFD64B: hue angle of 56.35º degrees, saturation: 0.7, 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 #DFD64B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 75 -
CMYK 0 0.04 0.66 0.13
HSL 56.35º 0.7% 0.58% -
HSV(B) 56.35º 0.66% 0.87% -
XYZ 55.75 64.29 16.13 -
YUV 200.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 223 214 75 0 0.04 0.66 0.13 56.35 0.7 0.58
Hex DF D6 4B 0 4 42 D 38 46 3A
Octal 337 326 113 0 4 102 15 70 106 72
Binary 11011111 11010110 1001011 0 100 1000010 1101 111000 1000110 111010

Color Harmonies of #DFD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD64B

Black with #DFD64B

Text Example


Text Example

White with #DFD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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