Html Css Color HEX #DDD63A Starship

📋 copy color: '#DDD63A'

red 221 ◦ green 214 ◦ blue 58

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

Shades of Starship #DDD63A

Tints of Starship #DDD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 58 (23.05% from 255) = 11.76%

R = 44.83%
G = 43.41%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD63A (or 0xDDD63A) is known color: Starship. HEX triplet: DD, D6 and 3A. RGB value is (221,214,58). Sum of RGB (Red+Green+Blue) = 221+214+58=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD63A is #2229C5. Grayscale: #C6C6C6. Windows color (decimal): -2238918 or 3856093. OLE color: 3856093.

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

Color convert

RGB 221 214 58 -
CMYK 0 0.03 0.74 0.13
HSL 57.42º 0.71% 0.55% -
HSV(B) 57.42º 0.74% 0.87% -
XYZ 54.63 63.77 13.43 -
YUV 198.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 221 214 58 0 0.03 0.74 0.13 57.42 0.71 0.55
Hex DD D6 3A 0 3 4A D 39 47 37
Octal 335 326 72 0 3 112 15 71 107 67
Binary 11011101 11010110 111010 0 11 1001010 1101 111001 1000111 110111

Color Harmonies of #DDD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD63A

Black with #DDD63A

Text Example


Text Example

White with #DDD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD63A; }

 p { color: rgb(221,214,58); }

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

background-color css

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

 a { background-color: rgb(221,214,58); }

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

border-color css

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

 span { border-color: rgb(221,214,58); }

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