Html Css Color HEX #DCD337 Starship

📋 copy color: '#DCD337'

red 220 ◦ green 211 ◦ blue 55

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

Shades of Starship #DCD337

Tints of Starship #DCD337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

 BLUE value IS 55 (21.88% from 255) = 11.32%

R = 45.27%
G = 43.42%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD337 (or 0xDCD337) is known color: Starship. HEX triplet: DC, D3 and 37. RGB value is (220,211,55). Sum of RGB (Red+Green+Blue) = 220+211+55=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD337 is #232CC8. Grayscale: #C4C4C4. Windows color (decimal): -2305225 or 3658716. OLE color: 3658716.

HSL color Cylindrical-coordinate representation of color #DCD337: hue angle of 56.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCD337 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 55 -
CMYK 0 0.04 0.75 0.14
HSL 56.73º 0.7% 0.54% -
HSV(B) 56.73º 0.75% 0.86% -
XYZ 53.5 62.08 12.78 -
YUV 195.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 220 211 55 0 0.04 0.75 0.14 56.73 0.7 0.54
Hex DC D3 37 0 4 4B E 39 46 36
Octal 334 323 67 0 4 113 16 71 106 66
Binary 11011100 11010011 110111 0 100 1001011 1110 111001 1000110 110110

Color Harmonies of #DCD337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD337

Black with #DCD337

Text Example


Text Example

White with #DCD337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD337; }

 p { color: rgb(220,211,55); }

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

background-color css

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

 a { background-color: rgb(220,211,55); }

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

border-color css

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

 span { border-color: rgb(220,211,55); }

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