Html Css Color HEX #DEDB42 Starship

📋 copy color: '#DEDB42'

red 222 ◦ green 219 ◦ blue 66

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

Shades of Starship #DEDB42

Tints of Starship #DEDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.02%

R = 43.79%
G = 43.2%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEDB42 (or 0xDEDB42) is known color: Starship. HEX triplet: DE, DB and 42. RGB value is (222,219,66). Sum of RGB (Red+Green+Blue) = 222+219+66=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB42 is #2124BD. Grayscale: #CBCBCB. Windows color (decimal): -2172094 or 4381662. OLE color: 4381662.

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

Color convert

RGB 222 219 66 -
CMYK 0 0.01 0.70 0.13
HSL 58.85º 0.7% 0.56% -
HSV(B) 58.85º 0.7% 0.87% -
XYZ 56.44 66.59 15.03 -
YUV 202.46 50.99 141.94 -
System Red Green Blue C M Y K H S L
Decimal 222 219 66 0 0.01 0.70 0.13 58.85 0.7 0.56
Hex DE DB 42 0 1 46 D 3B 46 38
Octal 336 333 102 0 1 106 15 73 106 70
Binary 11011110 11011011 1000010 0 1 1000110 1101 111011 1000110 111000

Color Harmonies of #DEDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB42

Black with #DEDB42

Text Example


Text Example

White with #DEDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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