Html Css Color HEX #DDED49 Starship

📋 copy color: '#DDED49'

red 221 ◦ green 237 ◦ blue 73

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

Shades of Starship #DDED49

Tints of Starship #DDED49

RGB

 RED value IS 221 (86.72% from 255) = 41.62%

 GREEN value IS 237 (92.97% from 255) = 44.63%

 BLUE value IS 73 (28.91% from 255) = 13.75%

R = 41.62%
G = 44.63%
B = 13.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DDED49 (or 0xDDED49) is known color: Starship. HEX triplet: DD, ED and 49. RGB value is (221,237,73). Sum of RGB (Red+Green+Blue) = 221+237+73=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED49 is #2212B6. Grayscale: #D6D6D6. Windows color (decimal): -2233015 or 4845021. OLE color: 4845021.

HSL color Cylindrical-coordinate representation of color #DDED49: hue angle of 65.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDED49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 73 -
CMYK 0.07 0 0.69 0.07
HSL 65.85º 0.82% 0.61% -
HSV(B) 65.85º 0.69% 0.93% -
XYZ 61.31 76.42 17.82 -
YUV 213.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 221 237 73 0.07 0 0.69 0.07 65.85 0.82 0.61
Hex DD ED 49 7 0 45 7 42 52 3D
Octal 335 355 111 7 0 105 7 102 122 75
Binary 11011101 11101101 1001001 111 0 1000101 111 1000010 1010010 111101

Color Harmonies of #DDED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED49

Black with #DDED49

Text Example


Text Example

White with #DDED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED49; }

 p { color: rgb(221,237,73); }

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

background-color css

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

 a { background-color: rgb(221,237,73); }

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

border-color css

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

 span { border-color: rgb(221,237,73); }

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