Html Css Color HEX #DDED41 Starship

📋 copy color: '#DDED41'

red 221 ◦ green 237 ◦ blue 65

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

Shades of Starship #DDED41

Tints of Starship #DDED41

RGB

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

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

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

R = 42.26%
G = 45.32%
B = 12.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DDED41 (or 0xDDED41) is known color: Starship. HEX triplet: DD, ED and 41. RGB value is (221,237,65). Sum of RGB (Red+Green+Blue) = 221+237+65=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED41 is #2212BE. Grayscale: #D5D5D5. Windows color (decimal): -2233023 or 4320733. OLE color: 4320733.

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

Color convert

RGB 221 237 65 -
CMYK 0.07 0 0.73 0.07
HSL 65.58º 0.83% 0.59% -
HSV(B) 65.58º 0.73% 0.93% -
XYZ 61.06 76.32 16.51 -
YUV 212.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 221 237 65 0.07 0 0.73 0.07 65.58 0.83 0.59
Hex DD ED 41 7 0 49 7 42 53 3B
Octal 335 355 101 7 0 111 7 102 123 73
Binary 11011101 11101101 1000001 111 0 1001001 111 1000010 1010011 111011

Color Harmonies of #DDED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED41

Black with #DDED41

Text Example


Text Example

White with #DDED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED41; }

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

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

background-color css

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

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

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

border-color css

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

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

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