Html Css Color HEX #DDD631 Starship

📋 copy color: '#DDD631'

red 221 ◦ green 214 ◦ blue 49

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

Shades of Starship #DDD631

Tints of Starship #DDD631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 45.66%
G = 44.21%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD631 (or 0xDDD631) is known color: Starship. HEX triplet: DD, D6 and 31. RGB value is (221,214,49). Sum of RGB (Red+Green+Blue) = 221+214+49=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD631 is #2229CE. Grayscale: #C5C5C5. Windows color (decimal): -2238927 or 3266269. OLE color: 3266269.

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

Color convert

RGB 221 214 49 -
CMYK 0 0.03 0.78 0.13
HSL 57.56º 0.72% 0.53% -
HSV(B) 57.56º 0.78% 0.87% -
XYZ 54.42 63.69 12.33 -
YUV 197.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 221 214 49 0 0.03 0.78 0.13 57.56 0.72 0.53
Hex DD D6 31 0 3 4E D 3A 48 35
Octal 335 326 61 0 3 116 15 72 110 65
Binary 11011101 11010110 110001 0 11 1001110 1101 111010 1001000 110101

Color Harmonies of #DDD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD631

Black with #DDD631

Text Example


Text Example

White with #DDD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD631; }

 p { color: rgb(221,214,49); }

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

background-color css

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

 a { background-color: rgb(221,214,49); }

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

border-color css

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

 span { border-color: rgb(221,214,49); }

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