Html Css Color HEX #DDDA36 Starship

📋 copy color: '#DDDA36'

red 221 ◦ green 218 ◦ blue 54

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

Shades of Starship #DDDA36

Tints of Starship #DDDA36

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 44.83%
G = 44.22%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDDA36 (or 0xDDDA36) is known color: Starship. HEX triplet: DD, DA and 36. RGB value is (221,218,54). Sum of RGB (Red+Green+Blue) = 221+218+54=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA36 is #2225C9. Grayscale: #C8C8C8. Windows color (decimal): -2237898 or 3594973. OLE color: 3594973.

HSL color Cylindrical-coordinate representation of color #DDDA36: hue angle of 58.92º degrees, saturation: 0.71, 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 #DDDA36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 54 -
CMYK 0 0.01 0.76 0.13
HSL 58.92º 0.71% 0.54% -
HSV(B) 58.92º 0.76% 0.87% -
XYZ 55.56 65.78 13.26 -
YUV 200.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 221 218 54 0 0.01 0.76 0.13 58.92 0.71 0.54
Hex DD DA 36 0 1 4C D 3B 47 36
Octal 335 332 66 0 1 114 15 73 107 66
Binary 11011101 11011010 110110 0 1 1001100 1101 111011 1000111 110110

Color Harmonies of #DDDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA36

Black with #DDDA36

Text Example


Text Example

White with #DDDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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