Html Css Color HEX #DFD530 Starship

📋 copy color: '#DFD530'

red 223 ◦ green 213 ◦ blue 48

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

Shades of Starship #DFD530

Tints of Starship #DFD530

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 48 (19.14% from 255) = 9.92%

R = 46.07%
G = 44.01%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFD530 (or 0xDFD530) is known color: Starship. HEX triplet: DF, D5 and 30. RGB value is (223,213,48). Sum of RGB (Red+Green+Blue) = 223+213+48=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD530 is #202ACF. Grayscale: #C5C5C5. Windows color (decimal): -2108112 or 3200479. OLE color: 3200479.

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

Color convert

RGB 223 213 48 -
CMYK 0 0.04 0.78 0.13
HSL 56.57º 0.73% 0.53% -
HSV(B) 56.57º 0.78% 0.87% -
XYZ 54.76 63.49 12.16 -
YUV 197.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 223 213 48 0 0.04 0.78 0.13 56.57 0.73 0.53
Hex DF D5 30 0 4 4E D 39 49 35
Octal 337 325 60 0 4 116 15 71 111 65
Binary 11011111 11010101 110000 0 100 1001110 1101 111001 1001001 110101

Color Harmonies of #DFD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD530

Black with #DFD530

Text Example


Text Example

White with #DFD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD530; }

 p { color: rgb(223,213,48); }

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

background-color css

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

 a { background-color: rgb(223,213,48); }

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

border-color css

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

 span { border-color: rgb(223,213,48); }

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