Html Css Color HEX #DFD53C Starship

📋 copy color: '#DFD53C'

red 223 ◦ green 213 ◦ blue 60

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

Shades of Starship #DFD53C

Tints of Starship #DFD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 44.96%
G = 42.94%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFD53C (or 0xDFD53C) is known color: Starship. HEX triplet: DF, D5 and 3C. RGB value is (223,213,60). Sum of RGB (Red+Green+Blue) = 223+213+60=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD53C is #202AC3. Grayscale: #C7C7C7. Windows color (decimal): -2108100 or 3986911. OLE color: 3986911.

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

Color convert

RGB 223 213 60 -
CMYK 0 0.04 0.73 0.13
HSL 56.32º 0.72% 0.55% -
HSV(B) 56.32º 0.73% 0.87% -
XYZ 55.04 63.6 13.65 -
YUV 198.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 223 213 60 0 0.04 0.73 0.13 56.32 0.72 0.55
Hex DF D5 3C 0 4 49 D 38 48 37
Octal 337 325 74 0 4 111 15 70 110 67
Binary 11011111 11010101 111100 0 100 1001001 1101 111000 1001000 110111

Color Harmonies of #DFD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD53C

Black with #DFD53C

Text Example


Text Example

White with #DFD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD53C; }

 p { color: rgb(223,213,60); }

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

background-color css

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

 a { background-color: rgb(223,213,60); }

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

border-color css

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

 span { border-color: rgb(223,213,60); }

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