Html Css Color HEX #DFD630 Starship

📋 copy color: '#DFD630'

red 223 ◦ green 214 ◦ blue 48

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

Shades of Starship #DFD630

Tints of Starship #DFD630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

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

R = 45.98%
G = 44.12%
B = 9.9%

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

#DFD630 (or 0xDFD630) is known color: Starship. HEX triplet: DF, D6 and 30. RGB value is (223,214,48). Sum of RGB (Red+Green+Blue) = 223+214+48=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD630 is #2029CF. Grayscale: #C6C6C6. Windows color (decimal): -2107856 or 3200735. OLE color: 3200735.

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

Color convert

RGB 223 214 48 -
CMYK 0 0.04 0.78 0.13
HSL 56.91º 0.73% 0.53% -
HSV(B) 56.91º 0.78% 0.87% -
XYZ 55.01 63.99 12.25 -
YUV 197.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 223 214 48 0 0.04 0.78 0.13 56.91 0.73 0.53
Hex DF D6 30 0 4 4E D 39 49 35
Octal 337 326 60 0 4 116 15 71 111 65
Binary 11011111 11010110 110000 0 100 1001110 1101 111001 1001001 110101

Color Harmonies of #DFD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD630

Black with #DFD630

Text Example


Text Example

White with #DFD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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