Html Css Color HEX #DFDD2E Starship

📋 copy color: '#DFDD2E'

red 223 ◦ green 221 ◦ blue 46

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

Shades of Starship #DFDD2E

Tints of Starship #DFDD2E

RGB

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

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

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

R = 45.51%
G = 45.1%
B = 9.39%

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

#DFDD2E (or 0xDFDD2E) is known color: Starship. HEX triplet: DF, DD and 2E. RGB value is (223,221,46). Sum of RGB (Red+Green+Blue) = 223+221+46=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD2E is #2022D1. Grayscale: #CACACA. Windows color (decimal): -2106066 or 3071455. OLE color: 3071455.

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

Color convert

RGB 223 221 46 -
CMYK 0 0.01 0.79 0.13
HSL 59.32º 0.73% 0.53% -
HSV(B) 59.32º 0.79% 0.87% -
XYZ 56.78 67.6 12.64 -
YUV 201.65 40.16 143.23 -
System Red Green Blue C M Y K H S L
Decimal 223 221 46 0 0.01 0.79 0.13 59.32 0.73 0.53
Hex DF DD 2E 0 1 4F D 3B 49 35
Octal 337 335 56 0 1 117 15 73 111 65
Binary 11011111 11011101 101110 0 1 1001111 1101 111011 1001001 110101

Color Harmonies of #DFDD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD2E

Black with #DFDD2E

Text Example


Text Example

White with #DFDD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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