Html Css Color HEX #DFD134 Starship

📋 copy color: '#DFD134'

red 223 ◦ green 209 ◦ blue 52

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

Shades of Starship #DFD134

Tints of Starship #DFD134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 46.07%
G = 43.18%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFD134 (or 0xDFD134) is known color: Starship. HEX triplet: DF, D1 and 34. RGB value is (223,209,52). Sum of RGB (Red+Green+Blue) = 223+209+52=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD134 is #202ECB. Grayscale: #C3C3C3. Windows color (decimal): -2109132 or 3461599. OLE color: 3461599.

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

Color convert

RGB 223 209 52 -
CMYK 0 0.06 0.77 0.13
HSL 55.09º 0.73% 0.54% -
HSV(B) 55.09º 0.77% 0.87% -
XYZ 53.85 61.54 12.29 -
YUV 195.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 223 209 52 0 0.06 0.77 0.13 55.09 0.73 0.54
Hex DF D1 34 0 6 4D D 37 49 36
Octal 337 321 64 0 6 115 15 67 111 66
Binary 11011111 11010001 110100 0 110 1001101 1101 110111 1001001 110110

Color Harmonies of #DFD134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD134

Black with #DFD134

Text Example


Text Example

White with #DFD134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD134; }

 p { color: rgb(223,209,52); }

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

background-color css

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

 a { background-color: rgb(223,209,52); }

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

border-color css

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

 span { border-color: rgb(223,209,52); }

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