Html Css Color HEX #DFD742 Starship

📋 copy color: '#DFD742'

red 223 ◦ green 215 ◦ blue 66

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

Shades of Starship #DFD742

Tints of Starship #DFD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

 BLUE value IS 66 (26.17% from 255) = 13.1%

R = 44.25%
G = 42.66%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DFD742 (or 0xDFD742) is known color: Starship. HEX triplet: DF, D7 and 42. RGB value is (223,215,66). Sum of RGB (Red+Green+Blue) = 223+215+66=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD742 is #2028BD. Grayscale: #C9C9C9. Windows color (decimal): -2107582 or 4380639. OLE color: 4380639.

HSL color Cylindrical-coordinate representation of color #DFD742: hue angle of 56.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFD742 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 66 -
CMYK 0 0.04 0.70 0.13
HSL 56.94º 0.71% 0.57% -
HSV(B) 56.94º 0.7% 0.87% -
XYZ 55.72 64.68 14.7 -
YUV 200.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 223 215 66 0 0.04 0.70 0.13 56.94 0.71 0.57
Hex DF D7 42 0 4 46 D 39 47 39
Octal 337 327 102 0 4 106 15 71 107 71
Binary 11011111 11010111 1000010 0 100 1000110 1101 111001 1000111 111001

Color Harmonies of #DFD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD742

Black with #DFD742

Text Example


Text Example

White with #DFD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD742; }

 p { color: rgb(223,215,66); }

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

background-color css

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

 a { background-color: rgb(223,215,66); }

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

border-color css

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

 span { border-color: rgb(223,215,66); }

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