Html Css Color HEX #DDED42 Starship

📋 copy color: '#DDED42'

red 221 ◦ green 237 ◦ blue 66

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

Shades of Starship #DDED42

Tints of Starship #DDED42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.6%

R = 42.18%
G = 45.23%
B = 12.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#DDED42 (or 0xDDED42) is known color: Starship. HEX triplet: DD, ED and 42. RGB value is (221,237,66). Sum of RGB (Red+Green+Blue) = 221+237+66=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 66 (26.17% from 255 or 12.60% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED42 is #2212BD. Grayscale: #D5D5D5. Windows color (decimal): -2233022 or 4386269. OLE color: 4386269.

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

Color convert

RGB 221 237 66 -
CMYK 0.07 0 0.72 0.07
HSL 65.61º 0.83% 0.59% -
HSV(B) 65.61º 0.72% 0.93% -
XYZ 61.09 76.33 16.67 -
YUV 212.72 45.2 133.9 -
System Red Green Blue C M Y K H S L
Decimal 221 237 66 0.07 0 0.72 0.07 65.61 0.83 0.59
Hex DD ED 42 7 0 48 7 42 53 3B
Octal 335 355 102 7 0 110 7 102 123 73
Binary 11011101 11101101 1000010 111 0 1001000 111 1000010 1010011 111011

Color Harmonies of #DDED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED42

Black with #DDED42

Text Example


Text Example

White with #DDED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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