Html Css Color HEX #DFD135 Starship

📋 copy color: '#DFD135'

red 223 ◦ green 209 ◦ blue 53

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

Shades of Starship #DFD135

Tints of Starship #DFD135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.93%

R = 45.98%
G = 43.09%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFD135 (or 0xDFD135) is known color: Starship. HEX triplet: DF, D1 and 35. RGB value is (223,209,53). Sum of RGB (Red+Green+Blue) = 223+209+53=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD135 is #202ECA. Grayscale: #C4C4C4. Windows color (decimal): -2109131 or 3527135. OLE color: 3527135.

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

Color convert

RGB 223 209 53 -
CMYK 0 0.06 0.76 0.13
HSL 55.06º 0.73% 0.54% -
HSV(B) 55.06º 0.76% 0.87% -
XYZ 53.87 61.55 12.41 -
YUV 195.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 223 209 53 0 0.06 0.76 0.13 55.06 0.73 0.54
Hex DF D1 35 0 6 4C D 37 49 36
Octal 337 321 65 0 6 114 15 67 111 66
Binary 11011111 11010001 110101 0 110 1001100 1101 110111 1001001 110110

Color Harmonies of #DFD135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD135

Black with #DFD135

Text Example


Text Example

White with #DFD135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD135; }

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

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

background-color css

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

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

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

border-color css

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

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

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