Html Css Color HEX #DCD935 Starship

📋 copy color: '#DCD935'

red 220 ◦ green 217 ◦ blue 53

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

Shades of Starship #DCD935

Tints of Starship #DCD935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 53 (21.09% from 255) = 10.82%

R = 44.9%
G = 44.29%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCD935 (or 0xDCD935) is known color: Starship. HEX triplet: DC, D9 and 35. RGB value is (220,217,53). Sum of RGB (Red+Green+Blue) = 220+217+53=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD935 is #2326CA. Grayscale: #C7C7C7. Windows color (decimal): -2303691 or 3529180. OLE color: 3529180.

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

Color convert

RGB 220 217 53 -
CMYK 0 0.01 0.76 0.14
HSL 58.92º 0.7% 0.54% -
HSV(B) 58.92º 0.76% 0.86% -
XYZ 54.97 65.1 13.04 -
YUV 199.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 220 217 53 0 0.01 0.76 0.14 58.92 0.7 0.54
Hex DC D9 35 0 1 4C E 3B 46 36
Octal 334 331 65 0 1 114 16 73 106 66
Binary 11011100 11011001 110101 0 1 1001100 1110 111011 1000110 110110

Color Harmonies of #DCD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD935

Black with #DCD935

Text Example


Text Example

White with #DCD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD935; }

 p { color: rgb(220,217,53); }

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

background-color css

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

 a { background-color: rgb(220,217,53); }

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

border-color css

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

 span { border-color: rgb(220,217,53); }

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