Html Css Color HEX #DFD93D Starship

📋 copy color: '#DFD93D'

red 223 ◦ green 217 ◦ blue 61

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

Shades of Starship #DFD93D

Tints of Starship #DFD93D

RGB

 RED value IS 223 (87.5% from 255) = 44.51%

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

 BLUE value IS 61 (24.22% from 255) = 12.18%

R = 44.51%
G = 43.31%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFD93D (or 0xDFD93D) is known color: Starship. HEX triplet: DF, D9 and 3D. RGB value is (223,217,61). Sum of RGB (Red+Green+Blue) = 223+217+61=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD93D is #2026C2. Grayscale: #C9C9C9. Windows color (decimal): -2107075 or 4053471. OLE color: 4053471.

HSL color Cylindrical-coordinate representation of color #DFD93D: hue angle of 57.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFD93D is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 61 -
CMYK 0 0.03 0.73 0.13
HSL 57.78º 0.72% 0.56% -
HSV(B) 57.78º 0.73% 0.87% -
XYZ 56.09 65.65 14.13 -
YUV 201.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 223 217 61 0 0.03 0.73 0.13 57.78 0.72 0.56
Hex DF D9 3D 0 3 49 D 3A 48 38
Octal 337 331 75 0 3 111 15 72 110 70
Binary 11011111 11011001 111101 0 11 1001001 1101 111010 1001000 111000

Color Harmonies of #DFD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD93D

Black with #DFD93D

Text Example


Text Example

White with #DFD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD93D; }

 p { color: rgb(223,217,61); }

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

background-color css

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

 a { background-color: rgb(223,217,61); }

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

border-color css

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

 span { border-color: rgb(223,217,61); }

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