Html Css Color HEX #DEDB37 Starship

📋 copy color: '#DEDB37'

red 222 ◦ green 219 ◦ blue 55

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

Shades of Starship #DEDB37

Tints of Starship #DEDB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

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

R = 44.76%
G = 44.15%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DEDB37 (or 0xDEDB37) is known color: Starship. HEX triplet: DE, DB and 37. RGB value is (222,219,55). Sum of RGB (Red+Green+Blue) = 222+219+55=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB37 is #2124C8. Grayscale: #C9C9C9. Windows color (decimal): -2172105 or 3660766. OLE color: 3660766.

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

Color convert

RGB 222 219 55 -
CMYK 0 0.01 0.75 0.13
HSL 58.92º 0.72% 0.54% -
HSV(B) 58.92º 0.75% 0.87% -
XYZ 56.15 66.47 13.48 -
YUV 201.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 222 219 55 0 0.01 0.75 0.13 58.92 0.72 0.54
Hex DE DB 37 0 1 4B D 3B 48 36
Octal 336 333 67 0 1 113 15 73 110 66
Binary 11011110 11011011 110111 0 1 1001011 1101 111011 1001000 110110

Color Harmonies of #DEDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB37

Black with #DEDB37

Text Example


Text Example

White with #DEDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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