Html Css Color HEX #DFDD46 Starship

📋 copy color: '#DFDD46'

red 223 ◦ green 221 ◦ blue 70

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

Shades of Starship #DFDD46

Tints of Starship #DFDD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43%

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

R = 43.39%
G = 43%
B = 13.62%

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

#DFDD46 (or 0xDFDD46) is known color: Starship. HEX triplet: DF, DD and 46. RGB value is (223,221,70). Sum of RGB (Red+Green+Blue) = 223+221+70=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD46 is #2022B9. Grayscale: #CCCCCC. Windows color (decimal): -2106042 or 4644319. OLE color: 4644319.

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

Color convert

RGB 223 221 70 -
CMYK 0 0.01 0.69 0.13
HSL 59.22º 0.71% 0.57% -
HSV(B) 59.22º 0.69% 0.87% -
XYZ 57.39 67.84 15.86 -
YUV 204.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 223 221 70 0 0.01 0.69 0.13 59.22 0.71 0.57
Hex DF DD 46 0 1 45 D 3B 47 39
Octal 337 335 106 0 1 105 15 73 107 71
Binary 11011111 11011101 1000110 0 1 1000101 1101 111011 1000111 111001

Color Harmonies of #DFDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD46

Black with #DFDD46

Text Example


Text Example

White with #DFDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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