Html Css Color HEX #DFDC2E Starship

📋 copy color: '#DFDC2E'

red 223 ◦ green 220 ◦ blue 46

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

Shades of Starship #DFDC2E

Tints of Starship #DFDC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.41%

R = 45.6%
G = 44.99%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFDC2E (or 0xDFDC2E) is known color: Starship. HEX triplet: DF, DC and 2E. RGB value is (223,220,46). Sum of RGB (Red+Green+Blue) = 223+220+46=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC2E is #2023D1. Grayscale: #C9C9C9. Windows color (decimal): -2106322 or 3071199. OLE color: 3071199.

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

Color convert

RGB 223 220 46 -
CMYK 0 0.01 0.79 0.13
HSL 58.98º 0.73% 0.53% -
HSV(B) 58.98º 0.79% 0.87% -
XYZ 56.52 67.07 12.55 -
YUV 201.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 223 220 46 0 0.01 0.79 0.13 58.98 0.73 0.53
Hex DF DC 2E 0 1 4F D 3B 49 35
Octal 337 334 56 0 1 117 15 73 111 65
Binary 11011111 11011100 101110 0 1 1001111 1101 111011 1001001 110101

Color Harmonies of #DFDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC2E

Black with #DFDC2E

Text Example


Text Example

White with #DFDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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