Html Css Color HEX #DED641 Starship

📋 copy color: '#DED641'

red 222 ◦ green 214 ◦ blue 65

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

Shades of Starship #DED641

Tints of Starship #DED641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 65 (25.78% from 255) = 12.97%

R = 44.31%
G = 42.71%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DED641 (or 0xDED641) is known color: Starship. HEX triplet: DE, D6 and 41. RGB value is (222,214,65). Sum of RGB (Red+Green+Blue) = 222+214+65=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED641 is #2129BE. Grayscale: #C8C8C8. Windows color (decimal): -2173375 or 4314846. OLE color: 4314846.

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

Color convert

RGB 222 214 65 -
CMYK 0 0.04 0.71 0.13
HSL 56.94º 0.7% 0.56% -
HSV(B) 56.94º 0.71% 0.87% -
XYZ 55.12 64 14.45 -
YUV 199.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 222 214 65 0 0.04 0.71 0.13 56.94 0.7 0.56
Hex DE D6 41 0 4 47 D 39 46 38
Octal 336 326 101 0 4 107 15 71 106 70
Binary 11011110 11010110 1000001 0 100 1000111 1101 111001 1000110 111000

Color Harmonies of #DED641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED641

Black with #DED641

Text Example


Text Example

White with #DED641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED641; }

 p { color: rgb(222,214,65); }

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

background-color css

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

 a { background-color: rgb(222,214,65); }

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

border-color css

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

 span { border-color: rgb(222,214,65); }

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