Html Css Color HEX #DED742 Starship

📋 copy color: '#DED742'

red 222 ◦ green 215 ◦ blue 66

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

Shades of Starship #DED742

Tints of Starship #DED742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

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

R = 44.14%
G = 42.74%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DED742 (or 0xDED742) is known color: Starship. HEX triplet: DE, D7 and 42. RGB value is (222,215,66). Sum of RGB (Red+Green+Blue) = 222+215+66=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DED742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED742 is #2128BD. Grayscale: #C8C8C8. Windows color (decimal): -2173118 or 4380638. OLE color: 4380638.

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

Color convert

RGB 222 215 66 -
CMYK 0 0.03 0.70 0.13
HSL 57.31º 0.7% 0.56% -
HSV(B) 57.31º 0.7% 0.87% -
XYZ 55.41 64.52 14.69 -
YUV 200.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 222 215 66 0 0.03 0.70 0.13 57.31 0.7 0.56
Hex DE D7 42 0 3 46 D 39 46 38
Octal 336 327 102 0 3 106 15 71 106 70
Binary 11011110 11010111 1000010 0 11 1000110 1101 111001 1000110 111000

Color Harmonies of #DED742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED742

Black with #DED742

Text Example


Text Example

White with #DED742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED742; }

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

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

background-color css

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

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

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

border-color css

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

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

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