Html Css Color HEX #DCD835 Starship

📋 copy color: '#DCD835'

red 220 ◦ green 216 ◦ blue 53

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

Shades of Starship #DCD835

Tints of Starship #DCD835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

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

R = 44.99%
G = 44.17%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCD835 (or 0xDCD835) is known color: Starship. HEX triplet: DC, D8 and 35. RGB value is (220,216,53). Sum of RGB (Red+Green+Blue) = 220+216+53=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD835 is #2327CA. Grayscale: #C7C7C7. Windows color (decimal): -2303947 or 3528924. OLE color: 3528924.

HSL color Cylindrical-coordinate representation of color #DCD835: hue angle of 58.56º 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 #DCD835 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 53 -
CMYK 0 0.02 0.76 0.14
HSL 58.56º 0.7% 0.54% -
HSV(B) 58.56º 0.76% 0.86% -
XYZ 54.71 64.58 12.95 -
YUV 198.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 220 216 53 0 0.02 0.76 0.14 58.56 0.7 0.54
Hex DC D8 35 0 2 4C E 3B 46 36
Octal 334 330 65 0 2 114 16 73 106 66
Binary 11011100 11011000 110101 0 10 1001100 1110 111011 1000110 110110

Color Harmonies of #DCD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD835

Black with #DCD835

Text Example


Text Example

White with #DCD835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD835; }

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

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

background-color css

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

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

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

border-color css

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

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

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