Html Css Color HEX #DEDF37 Starship

📋 copy color: '#DEDF37'

red 222 ◦ green 223 ◦ blue 55

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

Shades of Starship #DEDF37

Tints of Starship #DEDF37

RGB

 RED value IS 222 (87.11% from 255) = 44.4%

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 55 (21.88% from 255) = 11%

R = 44.4%
G = 44.6%
B = 11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DEDF37 (or 0xDEDF37) is known color: Starship. HEX triplet: DE, DF and 37. RGB value is (222,223,55). Sum of RGB (Red+Green+Blue) = 222+223+55=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 55 (21.88% from 255 or 11% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF37 is #2120C8. Grayscale: #CCCCCC. Windows color (decimal): -2171081 or 3661790. OLE color: 3661790.

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

Color convert

RGB 222 223 55 -
CMYK 0.00 0 0.75 0.13
HSL 60.36º 0.72% 0.55% -
HSV(B) 60.36º 0.75% 0.87% -
XYZ 57.2 68.58 13.84 -
YUV 203.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 222 223 55 0.00 0 0.75 0.13 60.36 0.72 0.55
Hex DE DF 37 0 0 4B D 3C 48 37
Octal 336 337 67 0 0 113 15 74 110 67
Binary 11011110 11011111 110111 0 0 1001011 1101 111100 1001000 110111

Color Harmonies of #DEDF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF37

Black with #DEDF37

Text Example


Text Example

White with #DEDF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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