Html Css Color HEX #DFD631 Starship

📋 copy color: '#DFD631'

red 223 ◦ green 214 ◦ blue 49

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

Shades of Starship #DFD631

Tints of Starship #DFD631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.08%

R = 45.88%
G = 44.03%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFD631 (or 0xDFD631) is known color: Starship. HEX triplet: DF, D6 and 31. RGB value is (223,214,49). Sum of RGB (Red+Green+Blue) = 223+214+49=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD631 is #2029CE. Grayscale: #C6C6C6. Windows color (decimal): -2107855 or 3266271. OLE color: 3266271.

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

Color convert

RGB 223 214 49 -
CMYK 0 0.04 0.78 0.13
HSL 56.9º 0.73% 0.53% -
HSV(B) 56.9º 0.78% 0.87% -
XYZ 55.03 64 12.36 -
YUV 197.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 223 214 49 0 0.04 0.78 0.13 56.9 0.73 0.53
Hex DF D6 31 0 4 4E D 39 49 35
Octal 337 326 61 0 4 116 15 71 111 65
Binary 11011111 11010110 110001 0 100 1001110 1101 111001 1001001 110101

Color Harmonies of #DFD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD631

Black with #DFD631

Text Example


Text Example

White with #DFD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD631; }

 p { color: rgb(223,214,49); }

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

background-color css

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

 a { background-color: rgb(223,214,49); }

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

border-color css

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

 span { border-color: rgb(223,214,49); }

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