Html Css Color HEX #DCD74B Manz

📋 copy color: '#DCD74B'

red 220 ◦ green 215 ◦ blue 75

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

Shades of Manz #DCD74B

Tints of Manz #DCD74B

RGB

 RED value IS 220 (86.33% from 255) = 43.14%

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

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

R = 43.14%
G = 42.16%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD74B (or 0xDCD74B) is known color: Manz. HEX triplet: DC, D7 and 4B. RGB value is (220,215,75). Sum of RGB (Red+Green+Blue) = 220+215+75=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD74B is #2328B4. Grayscale: #C9C9C9. Windows color (decimal): -2304181 or 4970460. OLE color: 4970460.

HSL color Cylindrical-coordinate representation of color #DCD74B: hue angle of 57.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCD74B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 75 -
CMYK 0 0.02 0.66 0.14
HSL 57.93º 0.67% 0.58% -
HSV(B) 57.93º 0.66% 0.86% -
XYZ 55.09 64.32 16.17 -
YUV 200.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 220 215 75 0 0.02 0.66 0.14 57.93 0.67 0.58
Hex DC D7 4B 0 2 42 E 3A 43 3A
Octal 334 327 113 0 2 102 16 72 103 72
Binary 11011100 11010111 1001011 0 10 1000010 1110 111010 1000011 111010

Color Harmonies of #DCD74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD74B

Black with #DCD74B

Text Example


Text Example

White with #DCD74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD74B; }

 p { color: rgb(220,215,75); }

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

background-color css

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

 a { background-color: rgb(220,215,75); }

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

border-color css

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

 span { border-color: rgb(220,215,75); }

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