Html Css Color HEX #DDDB44 Starship

📋 copy color: '#DDDB44'

red 221 ◦ green 219 ◦ blue 68

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

Shades of Starship #DDDB44

Tints of Starship #DDDB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.39%

R = 43.5%
G = 43.11%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDDB44 (or 0xDDDB44) is known color: Starship. HEX triplet: DD, DB and 44. RGB value is (221,219,68). Sum of RGB (Red+Green+Blue) = 221+219+68=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB44 is #2224BB. Grayscale: #CACACA. Windows color (decimal): -2237628 or 4512733. OLE color: 4512733.

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

Color convert

RGB 221 219 68 -
CMYK 0 0.01 0.69 0.13
HSL 59.22º 0.69% 0.57% -
HSV(B) 59.22º 0.69% 0.87% -
XYZ 56.19 66.45 15.33 -
YUV 202.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 221 219 68 0 0.01 0.69 0.13 59.22 0.69 0.57
Hex DD DB 44 0 1 45 D 3B 45 39
Octal 335 333 104 0 1 105 15 73 105 71
Binary 11011101 11011011 1000100 0 1 1000101 1101 111011 1000101 111001

Color Harmonies of #DDDB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB44

Black with #DDDB44

Text Example


Text Example

White with #DDDB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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