Html Css Color HEX #DCD635 Starship

📋 copy color: '#DCD635'

red 220 ◦ green 214 ◦ blue 53

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

Shades of Starship #DCD635

Tints of Starship #DCD635

RGB

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

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

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

R = 45.17%
G = 43.94%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCD635 (or 0xDCD635) is known color: Starship. HEX triplet: DC, D6 and 35. RGB value is (220,214,53). Sum of RGB (Red+Green+Blue) = 220+214+53=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD635 is #2329CA. Grayscale: #C6C6C6. Windows color (decimal): -2304459 or 3528412. OLE color: 3528412.

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

Color convert

RGB 220 214 53 -
CMYK 0 0.03 0.76 0.14
HSL 57.84º 0.7% 0.54% -
HSV(B) 57.84º 0.76% 0.86% -
XYZ 54.2 63.57 12.78 -
YUV 197.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 220 214 53 0 0.03 0.76 0.14 57.84 0.7 0.54
Hex DC D6 35 0 3 4C E 3A 46 36
Octal 334 326 65 0 3 114 16 72 106 66
Binary 11011100 11010110 110101 0 11 1001100 1110 111010 1000110 110110

Color Harmonies of #DCD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD635

Black with #DCD635

Text Example


Text Example

White with #DCD635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD635; }

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

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

background-color css

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

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

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

border-color css

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

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

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