Html Css Color HEX #DDDF36 Starship

📋 copy color: '#DDDF36'

red 221 ◦ green 223 ◦ blue 54

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

Shades of Starship #DDDF36

Tints of Starship #DDDF36

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

 BLUE value IS 54 (21.48% from 255) = 10.84%

R = 44.38%
G = 44.78%
B = 10.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDDF36 (or 0xDDDF36) is known color: Starship. HEX triplet: DD, DF and 36. RGB value is (221,223,54). Sum of RGB (Red+Green+Blue) = 221+223+54=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF36 is #2220C9. Grayscale: #CBCBCB. Windows color (decimal): -2236618 or 3596253. OLE color: 3596253.

HSL color Cylindrical-coordinate representation of color #DDDF36: hue angle of 60.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDDF36 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 54 -
CMYK 0.01 0 0.76 0.13
HSL 60.71º 0.73% 0.54% -
HSV(B) 60.71º 0.76% 0.87% -
XYZ 56.87 68.41 13.7 -
YUV 203.14 43.84 140.74 -
System Red Green Blue C M Y K H S L
Decimal 221 223 54 0.01 0 0.76 0.13 60.71 0.73 0.54
Hex DD DF 36 1 0 4C D 3D 49 36
Octal 335 337 66 1 0 114 15 75 111 66
Binary 11011101 11011111 110110 1 0 1001100 1101 111101 1001001 110110

Color Harmonies of #DDDF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF36

Black with #DDDF36

Text Example


Text Example

White with #DDDF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF36; }

 p { color: rgb(221,223,54); }

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

background-color css

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

 a { background-color: rgb(221,223,54); }

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

border-color css

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

 span { border-color: rgb(221,223,54); }

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