Html Css Color HEX #DEDD43 Starship

📋 copy color: '#DEDD43'

red 222 ◦ green 221 ◦ blue 67

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

Shades of Starship #DEDD43

Tints of Starship #DEDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.14%

R = 43.53%
G = 43.33%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEDD43 (or 0xDEDD43) is known color: Starship. HEX triplet: DE, DD and 43. RGB value is (222,221,67). Sum of RGB (Red+Green+Blue) = 222+221+67=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD43 is #2122BC. Grayscale: #CCCCCC. Windows color (decimal): -2171581 or 4447710. OLE color: 4447710.

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

Color convert

RGB 222 221 67 -
CMYK 0 0.00 0.70 0.13
HSL 59.61º 0.7% 0.57% -
HSV(B) 59.61º 0.7% 0.87% -
XYZ 56.99 67.65 15.36 -
YUV 203.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 222 221 67 0 0.00 0.70 0.13 59.61 0.7 0.57
Hex DE DD 43 0 0 46 D 3C 46 39
Octal 336 335 103 0 0 106 15 74 106 71
Binary 11011110 11011101 1000011 0 0 1000110 1101 111100 1000110 111001

Color Harmonies of #DEDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD43

Black with #DEDD43

Text Example


Text Example

White with #DEDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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