Html Css Color HEX #DFDC46 Starship

📋 copy color: '#DFDC46'

red 223 ◦ green 220 ◦ blue 70

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

Shades of Starship #DFDC46

Tints of Starship #DFDC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 70 (27.73% from 255) = 13.65%

R = 43.47%
G = 42.88%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFDC46 (or 0xDFDC46) is known color: Starship. HEX triplet: DF, DC and 46. RGB value is (223,220,70). Sum of RGB (Red+Green+Blue) = 223+220+70=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC46 is #2023B9. Grayscale: #CCCCCC. Windows color (decimal): -2106298 or 4644063. OLE color: 4644063.

HSL color Cylindrical-coordinate representation of color #DFDC46: hue angle of 58.82º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFDC46 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 70 -
CMYK 0 0.01 0.69 0.13
HSL 58.82º 0.71% 0.57% -
HSV(B) 58.82º 0.69% 0.87% -
XYZ 57.13 67.32 15.78 -
YUV 203.8 52.49 141.7 -
System Red Green Blue C M Y K H S L
Decimal 223 220 70 0 0.01 0.69 0.13 58.82 0.71 0.57
Hex DF DC 46 0 1 45 D 3B 47 39
Octal 337 334 106 0 1 105 15 73 107 71
Binary 11011111 11011100 1000110 0 1 1000101 1101 111011 1000111 111001

Color Harmonies of #DFDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC46

Black with #DFDC46

Text Example


Text Example

White with #DFDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC46; }

 p { color: rgb(223,220,70); }

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

background-color css

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

 a { background-color: rgb(223,220,70); }

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

border-color css

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

 span { border-color: rgb(223,220,70); }

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