Html Css Color HEX #DFDE35 Starship

📋 copy color: '#DFDE35'

red 223 ◦ green 222 ◦ blue 53

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

Shades of Starship #DFDE35

Tints of Starship #DFDE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.64%

R = 44.78%
G = 44.58%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DFDE35 (or 0xDFDE35) is known color: Starship. HEX triplet: DF, DE and 35. RGB value is (223,222,53). Sum of RGB (Red+Green+Blue) = 223+222+53=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE35 is #2021CA. Grayscale: #CBCBCB. Windows color (decimal): -2105803 or 3530463. OLE color: 3530463.

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

Color convert

RGB 223 222 53 -
CMYK 0 0.00 0.76 0.13
HSL 59.65º 0.73% 0.54% -
HSV(B) 59.65º 0.76% 0.87% -
XYZ 57.2 68.19 13.52 -
YUV 203.03 43.33 142.24 -
System Red Green Blue C M Y K H S L
Decimal 223 222 53 0 0.00 0.76 0.13 59.65 0.73 0.54
Hex DF DE 35 0 0 4C D 3C 49 36
Octal 337 336 65 0 0 114 15 74 111 66
Binary 11011111 11011110 110101 0 0 1001100 1101 111100 1001001 110110

Color Harmonies of #DFDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE35

Black with #DFDE35

Text Example


Text Example

White with #DFDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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