Html Css Color HEX #DCD73E Starship

📋 copy color: '#DCD73E'

red 220 ◦ green 215 ◦ blue 62

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

Shades of Starship #DCD73E

Tints of Starship #DCD73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.47%

R = 44.27%
G = 43.26%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCD73E (or 0xDCD73E) is known color: Starship. HEX triplet: DC, D7 and 3E. RGB value is (220,215,62). Sum of RGB (Red+Green+Blue) = 220+215+62=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD73E is #2328C1. Grayscale: #C7C7C7. Windows color (decimal): -2304194 or 4118492. OLE color: 4118492.

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

Color convert

RGB 220 215 62 -
CMYK 0 0.02 0.72 0.14
HSL 58.1º 0.69% 0.55% -
HSV(B) 58.1º 0.72% 0.86% -
XYZ 54.69 64.16 14.06 -
YUV 199.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 220 215 62 0 0.02 0.72 0.14 58.1 0.69 0.55
Hex DC D7 3E 0 2 48 E 3A 45 37
Octal 334 327 76 0 2 110 16 72 105 67
Binary 11011100 11010111 111110 0 10 1001000 1110 111010 1000101 110111

Color Harmonies of #DCD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD73E

Black with #DCD73E

Text Example


Text Example

White with #DCD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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