Html Css Color HEX #DDDB3E Starship

📋 copy color: '#DDDB3E'

red 221 ◦ green 219 ◦ blue 62

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

Shades of Starship #DDDB3E

Tints of Starship #DDDB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.35%

R = 44.02%
G = 43.63%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDDB3E (or 0xDDDB3E) is known color: Starship. HEX triplet: DD, DB and 3E. RGB value is (221,219,62). Sum of RGB (Red+Green+Blue) = 221+219+62=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB3E is #2224C1. Grayscale: #CACACA. Windows color (decimal): -2237634 or 4119517. OLE color: 4119517.

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

Color convert

RGB 221 219 62 -
CMYK 0 0.01 0.72 0.13
HSL 59.25º 0.7% 0.55% -
HSV(B) 59.25º 0.72% 0.87% -
XYZ 56.02 66.38 14.42 -
YUV 201.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 221 219 62 0 0.01 0.72 0.13 59.25 0.7 0.55
Hex DD DB 3E 0 1 48 D 3B 46 37
Octal 335 333 76 0 1 110 15 73 106 67
Binary 11011101 11011011 111110 0 1 1001000 1101 111011 1000110 110111

Color Harmonies of #DDDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB3E

Black with #DDDB3E

Text Example


Text Example

White with #DDDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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