Html Css Color HEX #DDDA3D Starship

📋 copy color: '#DDDA3D'

red 221 ◦ green 218 ◦ blue 61

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

Shades of Starship #DDDA3D

Tints of Starship #DDDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 61 (24.22% from 255) = 12.2%

R = 44.2%
G = 43.6%
B = 12.2%

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

#DDDA3D (or 0xDDDA3D) is known color: Starship. HEX triplet: DD, DA and 3D. RGB value is (221,218,61). Sum of RGB (Red+Green+Blue) = 221+218+61=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA3D is #2225C2. Grayscale: #C9C9C9. Windows color (decimal): -2237891 or 4053725. OLE color: 4053725.

HSL color Cylindrical-coordinate representation of color #DDDA3D: hue angle of 58.88º 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 #DDDA3D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 61 -
CMYK 0 0.01 0.72 0.13
HSL 58.88º 0.7% 0.55% -
HSV(B) 58.88º 0.72% 0.87% -
XYZ 55.73 65.85 14.19 -
YUV 201 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 221 218 61 0 0.01 0.72 0.13 58.88 0.7 0.55
Hex DD DA 3D 0 1 48 D 3B 46 37
Octal 335 332 75 0 1 110 15 73 106 67
Binary 11011101 11011010 111101 0 1 1001000 1101 111011 1000110 110111

Color Harmonies of #DDDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA3D

Black with #DDDA3D

Text Example


Text Example

White with #DDDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA3D; }

 p { color: rgb(221,218,61); }

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

background-color css

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

 a { background-color: rgb(221,218,61); }

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

border-color css

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

 span { border-color: rgb(221,218,61); }

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