Html Css Color HEX #DFD338 Starship

📋 copy color: '#DFD338'

red 223 ◦ green 211 ◦ blue 56

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

Shades of Starship #DFD338

Tints of Starship #DFD338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.43%

R = 45.51%
G = 43.06%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DFD338 (or 0xDFD338) is known color: Starship. HEX triplet: DF, D3 and 38. RGB value is (223,211,56). Sum of RGB (Red+Green+Blue) = 223+211+56=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD338 is #202CC7. Grayscale: #C5C5C5. Windows color (decimal): -2108616 or 3724255. OLE color: 3724255.

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

Color convert

RGB 223 211 56 -
CMYK 0 0.05 0.75 0.13
HSL 55.69º 0.72% 0.55% -
HSV(B) 55.69º 0.75% 0.87% -
XYZ 54.44 62.56 12.95 -
YUV 196.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 223 211 56 0 0.05 0.75 0.13 55.69 0.72 0.55
Hex DF D3 38 0 5 4B D 38 48 37
Octal 337 323 70 0 5 113 15 70 110 67
Binary 11011111 11010011 111000 0 101 1001011 1101 111000 1001000 110111

Color Harmonies of #DFD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD338

Black with #DFD338

Text Example


Text Example

White with #DFD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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