Html Css Color HEX #DFDE2D Starship

📋 copy color: '#DFDE2D'

red 223 ◦ green 222 ◦ blue 45

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

Shades of Starship #DFDE2D

Tints of Starship #DFDE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 45 (17.97% from 255) = 9.18%

R = 45.51%
G = 45.31%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFDE2D (or 0xDFDE2D) is known color: Starship. HEX triplet: DF, DE and 2D. RGB value is (223,222,45). Sum of RGB (Red+Green+Blue) = 223+222+45=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE2D is #2021D2. Grayscale: #CACACA. Windows color (decimal): -2105811 or 3006175. OLE color: 3006175.

HSL color Cylindrical-coordinate representation of color #DFDE2D: hue angle of 59.66º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFDE2D is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 222 45 -
CMYK 0 0.00 0.80 0.13
HSL 59.66º 0.74% 0.53% -
HSV(B) 59.66º 0.8% 0.87% -
XYZ 57.03 68.12 12.63 -
YUV 202.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 223 222 45 0 0.00 0.80 0.13 59.66 0.74 0.53
Hex DF DE 2D 0 0 50 D 3C 4A 35
Octal 337 336 55 0 0 120 15 74 112 65
Binary 11011111 11011110 101101 0 0 1010000 1101 111100 1001010 110101

Color Harmonies of #DFDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE2D

Black with #DFDE2D

Text Example


Text Example

White with #DFDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE2D; }

 p { color: rgb(223,222,45); }

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

background-color css

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

 a { background-color: rgb(223,222,45); }

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

border-color css

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

 span { border-color: rgb(223,222,45); }

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