Html Css Color HEX #DEDB38 Starship

📋 copy color: '#DEDB38'

red 222 ◦ green 219 ◦ blue 56

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

Shades of Starship #DEDB38

Tints of Starship #DEDB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.27%

R = 44.67%
G = 44.06%
B = 11.27%

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

#DEDB38 (or 0xDEDB38) is known color: Starship. HEX triplet: DE, DB and 38. RGB value is (222,219,56). Sum of RGB (Red+Green+Blue) = 222+219+56=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB38 is #2124C7. Grayscale: #C9C9C9. Windows color (decimal): -2172104 or 3726302. OLE color: 3726302.

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

Color convert

RGB 222 219 56 -
CMYK 0 0.01 0.75 0.13
HSL 58.92º 0.72% 0.55% -
HSV(B) 58.92º 0.75% 0.87% -
XYZ 56.17 66.48 13.61 -
YUV 201.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 222 219 56 0 0.01 0.75 0.13 58.92 0.72 0.55
Hex DE DB 38 0 1 4B D 3B 48 37
Octal 336 333 70 0 1 113 15 73 110 67
Binary 11011110 11011011 111000 0 1 1001011 1101 111011 1001000 110111

Color Harmonies of #DEDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB38

Black with #DEDB38

Text Example


Text Example

White with #DEDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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