Html Css Color HEX #DFD235 Starship

📋 copy color: '#DFD235'

red 223 ◦ green 210 ◦ blue 53

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

Shades of Starship #DFD235

Tints of Starship #DFD235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

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

R = 45.88%
G = 43.21%
B = 10.91%

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

#DFD235 (or 0xDFD235) is known color: Starship. HEX triplet: DF, D2 and 35. RGB value is (223,210,53). Sum of RGB (Red+Green+Blue) = 223+210+53=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD235 is #202DCA. Grayscale: #C4C4C4. Windows color (decimal): -2108875 or 3527391. OLE color: 3527391.

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

Color convert

RGB 223 210 53 -
CMYK 0 0.06 0.76 0.13
HSL 55.41º 0.73% 0.54% -
HSV(B) 55.41º 0.76% 0.87% -
XYZ 54.12 62.04 12.49 -
YUV 195.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 223 210 53 0 0.06 0.76 0.13 55.41 0.73 0.54
Hex DF D2 35 0 6 4C D 37 49 36
Octal 337 322 65 0 6 114 15 67 111 66
Binary 11011111 11010010 110101 0 110 1001100 1101 110111 1001001 110110

Color Harmonies of #DFD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD235

Black with #DFD235

Text Example


Text Example

White with #DFD235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD235; }

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

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

background-color css

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

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

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

border-color css

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

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

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