Html Css Color HEX #DDD633 Starship

📋 copy color: '#DDD633'

red 221 ◦ green 214 ◦ blue 51

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

Shades of Starship #DDD633

Tints of Starship #DDD633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.49%

R = 45.47%
G = 44.03%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD633 (or 0xDDD633) is known color: Starship. HEX triplet: DD, D6 and 33. RGB value is (221,214,51). Sum of RGB (Red+Green+Blue) = 221+214+51=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD633 is #2229CC. Grayscale: #C6C6C6. Windows color (decimal): -2238925 or 3397341. OLE color: 3397341.

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

Color convert

RGB 221 214 51 -
CMYK 0 0.03 0.77 0.13
HSL 57.53º 0.71% 0.53% -
HSV(B) 57.53º 0.77% 0.87% -
XYZ 54.46 63.7 12.56 -
YUV 197.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 221 214 51 0 0.03 0.77 0.13 57.53 0.71 0.53
Hex DD D6 33 0 3 4D D 3A 47 35
Octal 335 326 63 0 3 115 15 72 107 65
Binary 11011101 11010110 110011 0 11 1001101 1101 111010 1000111 110101

Color Harmonies of #DDD633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD633

Black with #DDD633

Text Example


Text Example

White with #DDD633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD633; }

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

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

background-color css

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

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

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

border-color css

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

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

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