Html Css Color HEX #DDDA2F Starship

📋 copy color: '#DDDA2F'

red 221 ◦ green 218 ◦ blue 47

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

Shades of Starship #DDDA2F

Tints of Starship #DDDA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.67%

R = 45.47%
G = 44.86%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDDA2F (or 0xDDDA2F) is known color: Starship. HEX triplet: DD, DA and 2F. RGB value is (221,218,47). Sum of RGB (Red+Green+Blue) = 221+218+47=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA2F is #2225D0. Grayscale: #C8C8C8. Windows color (decimal): -2237905 or 3136221. OLE color: 3136221.

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

Color convert

RGB 221 218 47 -
CMYK 0 0.01 0.79 0.13
HSL 58.97º 0.72% 0.53% -
HSV(B) 58.97º 0.79% 0.87% -
XYZ 55.4 65.72 12.45 -
YUV 199.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 221 218 47 0 0.01 0.79 0.13 58.97 0.72 0.53
Hex DD DA 2F 0 1 4F D 3B 48 35
Octal 335 332 57 0 1 117 15 73 110 65
Binary 11011101 11011010 101111 0 1 1001111 1101 111011 1001000 110101

Color Harmonies of #DDDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA2F

Black with #DDDA2F

Text Example


Text Example

White with #DDDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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