Html Css Color HEX #DFD330 Starship

📋 copy color: '#DFD330'

red 223 ◦ green 211 ◦ blue 48

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

Shades of Starship #DFD330

Tints of Starship #DFD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

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

R = 46.27%
G = 43.78%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFD330 (or 0xDFD330) is known color: Starship. HEX triplet: DF, D3 and 30. RGB value is (223,211,48). Sum of RGB (Red+Green+Blue) = 223+211+48=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD330 is #202CCF. Grayscale: #C4C4C4. Windows color (decimal): -2108624 or 3199967. OLE color: 3199967.

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

Color convert

RGB 223 211 48 -
CMYK 0 0.05 0.78 0.13
HSL 55.89º 0.73% 0.53% -
HSV(B) 55.89º 0.78% 0.87% -
XYZ 54.26 62.49 12 -
YUV 196.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 223 211 48 0 0.05 0.78 0.13 55.89 0.73 0.53
Hex DF D3 30 0 5 4E D 38 49 35
Octal 337 323 60 0 5 116 15 70 111 65
Binary 11011111 11010011 110000 0 101 1001110 1101 111000 1001001 110101

Color Harmonies of #DFD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD330

Black with #DFD330

Text Example


Text Example

White with #DFD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD330; }

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

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

background-color css

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

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

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

border-color css

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

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

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