Html Css Color HEX #DDDB46 Starship

📋 copy color: '#DDDB46'

red 221 ◦ green 219 ◦ blue 70

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

Shades of Starship #DDDB46

Tints of Starship #DDDB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.94%

 BLUE value IS 70 (27.73% from 255) = 13.73%

R = 43.33%
G = 42.94%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDDB46 (or 0xDDDB46) is known color: Starship. HEX triplet: DD, DB and 46. RGB value is (221,219,70). Sum of RGB (Red+Green+Blue) = 221+219+70=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB46 is #2224B9. Grayscale: #CBCBCB. Windows color (decimal): -2237626 or 4643805. OLE color: 4643805.

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

Color convert

RGB 221 219 70 -
CMYK 0 0.01 0.68 0.13
HSL 59.21º 0.69% 0.57% -
HSV(B) 59.21º 0.68% 0.87% -
XYZ 56.26 66.48 15.66 -
YUV 202.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 221 219 70 0 0.01 0.68 0.13 59.21 0.69 0.57
Hex DD DB 46 0 1 44 D 3B 45 39
Octal 335 333 106 0 1 104 15 73 105 71
Binary 11011101 11011011 1000110 0 1 1000100 1101 111011 1000101 111001

Color Harmonies of #DDDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB46

Black with #DDDB46

Text Example


Text Example

White with #DDDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB46; }

 p { color: rgb(221,219,70); }

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

background-color css

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

 a { background-color: rgb(221,219,70); }

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

border-color css

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

 span { border-color: rgb(221,219,70); }

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