Html Css Color HEX #DEDD41 Starship

📋 copy color: '#DEDD41'

red 222 ◦ green 221 ◦ blue 65

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

Shades of Starship #DEDD41

Tints of Starship #DEDD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

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

R = 43.7%
G = 43.5%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEDD41 (or 0xDEDD41) is known color: Starship. HEX triplet: DE, DD and 41. RGB value is (222,221,65). Sum of RGB (Red+Green+Blue) = 222+221+65=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD41 is #2122BE. Grayscale: #CCCCCC. Windows color (decimal): -2171583 or 4316638. OLE color: 4316638.

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

Color convert

RGB 222 221 65 -
CMYK 0 0.00 0.71 0.13
HSL 59.62º 0.7% 0.56% -
HSV(B) 59.62º 0.71% 0.87% -
XYZ 56.93 67.62 15.05 -
YUV 203.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 222 221 65 0 0.00 0.71 0.13 59.62 0.7 0.56
Hex DE DD 41 0 0 47 D 3C 46 38
Octal 336 335 101 0 0 107 15 74 106 70
Binary 11011110 11011101 1000001 0 0 1000111 1101 111100 1000110 111000

Color Harmonies of #DEDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD41

Black with #DEDD41

Text Example


Text Example

White with #DEDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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