Html Css Color HEX #DFD332 Starship

📋 copy color: '#DFD332'

red 223 ◦ green 211 ◦ blue 50

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

Shades of Starship #DFD332

Tints of Starship #DFD332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 46.07%
G = 43.6%
B = 10.33%

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

#DFD332 (or 0xDFD332) is known color: Starship. HEX triplet: DF, D3 and 32. RGB value is (223,211,50). Sum of RGB (Red+Green+Blue) = 223+211+50=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD332 is #202CCD. Grayscale: #C4C4C4. Windows color (decimal): -2108622 or 3331039. OLE color: 3331039.

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

Color convert

RGB 223 211 50 -
CMYK 0 0.05 0.78 0.13
HSL 55.84º 0.73% 0.54% -
HSV(B) 55.84º 0.78% 0.87% -
XYZ 54.3 62.51 12.22 -
YUV 196.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 223 211 50 0 0.05 0.78 0.13 55.84 0.73 0.54
Hex DF D3 32 0 5 4E D 38 49 36
Octal 337 323 62 0 5 116 15 70 111 66
Binary 11011111 11010011 110010 0 101 1001110 1101 111000 1001001 110110

Color Harmonies of #DFD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD332

Black with #DFD332

Text Example


Text Example

White with #DFD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD332; }

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

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

background-color css

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

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

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

border-color css

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

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

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