Html Css Color HEX #DFDD31 Starship

📋 copy color: '#DFDD31'

red 223 ◦ green 221 ◦ blue 49

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

Shades of Starship #DFDD31

Tints of Starship #DFDD31

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

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

R = 45.23%
G = 44.83%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFDD31 (or 0xDFDD31) is known color: Starship. HEX triplet: DF, DD and 31. RGB value is (223,221,49). Sum of RGB (Red+Green+Blue) = 223+221+49=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD31 is #2022CE. Grayscale: #CACACA. Windows color (decimal): -2106063 or 3268063. OLE color: 3268063.

HSL color Cylindrical-coordinate representation of color #DFDD31: hue angle of 59.31º 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 #DFDD31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 49 -
CMYK 0 0.01 0.78 0.13
HSL 59.31º 0.73% 0.53% -
HSV(B) 59.31º 0.78% 0.87% -
XYZ 56.84 67.62 12.96 -
YUV 201.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 223 221 49 0 0.01 0.78 0.13 59.31 0.73 0.53
Hex DF DD 31 0 1 4E D 3B 49 35
Octal 337 335 61 0 1 116 15 73 111 65
Binary 11011111 11011101 110001 0 1 1001110 1101 111011 1001001 110101

Color Harmonies of #DFDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD31

Black with #DFDD31

Text Example


Text Example

White with #DFDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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