Html Css Color HEX #DFD42F Starship

📋 copy color: '#DFD42F'

red 223 ◦ green 212 ◦ blue 47

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

Shades of Starship #DFD42F

Tints of Starship #DFD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

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

R = 46.27%
G = 43.98%
B = 9.75%

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

#DFD42F (or 0xDFD42F) is known color: Starship. HEX triplet: DF, D4 and 2F. RGB value is (223,212,47). Sum of RGB (Red+Green+Blue) = 223+212+47=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD42F is #202BD0. Grayscale: #C5C5C5. Windows color (decimal): -2108369 or 3134687. OLE color: 3134687.

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

Color convert

RGB 223 212 47 -
CMYK 0 0.05 0.79 0.13
HSL 56.25º 0.73% 0.53% -
HSV(B) 56.25º 0.79% 0.87% -
XYZ 54.49 62.98 11.97 -
YUV 196.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 223 212 47 0 0.05 0.79 0.13 56.25 0.73 0.53
Hex DF D4 2F 0 5 4F D 38 49 35
Octal 337 324 57 0 5 117 15 70 111 65
Binary 11011111 11010100 101111 0 101 1001111 1101 111000 1001001 110101

Color Harmonies of #DFD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD42F

Black with #DFD42F

Text Example


Text Example

White with #DFD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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