Html Css Color HEX #DDDB41 Starship

📋 copy color: '#DDDB41'

red 221 ◦ green 219 ◦ blue 65

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

Shades of Starship #DDDB41

Tints of Starship #DDDB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.87%

R = 43.76%
G = 43.37%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDDB41 (or 0xDDDB41) is known color: Starship. HEX triplet: DD, DB and 41. RGB value is (221,219,65). Sum of RGB (Red+Green+Blue) = 221+219+65=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB41 is #2224BE. Grayscale: #CACACA. Windows color (decimal): -2237631 or 4316125. OLE color: 4316125.

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

Color convert

RGB 221 219 65 -
CMYK 0 0.01 0.71 0.13
HSL 59.23º 0.7% 0.56% -
HSV(B) 59.23º 0.71% 0.87% -
XYZ 56.1 66.42 14.86 -
YUV 202.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 221 219 65 0 0.01 0.71 0.13 59.23 0.7 0.56
Hex DD DB 41 0 1 47 D 3B 46 38
Octal 335 333 101 0 1 107 15 73 106 70
Binary 11011101 11011011 1000001 0 1 1000111 1101 111011 1000110 111000

Color Harmonies of #DDDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB41

Black with #DDDB41

Text Example


Text Example

White with #DDDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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