Html Css Color HEX #DFD32F Starship

📋 copy color: '#DFD32F'

red 223 ◦ green 211 ◦ blue 47

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

Shades of Starship #DFD32F

Tints of Starship #DFD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 47 (18.75% from 255) = 9.77%

R = 46.36%
G = 43.87%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFD32F (or 0xDFD32F) is known color: Starship. HEX triplet: DF, D3 and 2F. RGB value is (223,211,47). Sum of RGB (Red+Green+Blue) = 223+211+47=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD32F is #202CD0. Grayscale: #C4C4C4. Windows color (decimal): -2108625 or 3134431. OLE color: 3134431.

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

Color convert

RGB 223 211 47 -
CMYK 0 0.05 0.79 0.13
HSL 55.91º 0.73% 0.53% -
HSV(B) 55.91º 0.79% 0.87% -
XYZ 54.24 62.48 11.89 -
YUV 195.89 43.98 147.34 -
System Red Green Blue C M Y K H S L
Decimal 223 211 47 0 0.05 0.79 0.13 55.91 0.73 0.53
Hex DF D3 2F 0 5 4F D 38 49 35
Octal 337 323 57 0 5 117 15 70 111 65
Binary 11011111 11010011 101111 0 101 1001111 1101 111000 1001001 110101

Color Harmonies of #DFD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD32F

Black with #DFD32F

Text Example


Text Example

White with #DFD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD32F; }

 p { color: rgb(223,211,47); }

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

background-color css

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

 a { background-color: rgb(223,211,47); }

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

border-color css

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

 span { border-color: rgb(223,211,47); }

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