Html Css Color HEX #DDD63B Starship

📋 copy color: '#DDD63B'

red 221 ◦ green 214 ◦ blue 59

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

Shades of Starship #DDD63B

Tints of Starship #DDD63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.94%

R = 44.74%
G = 43.32%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD63B (or 0xDDD63B) is known color: Starship. HEX triplet: DD, D6 and 3B. RGB value is (221,214,59). Sum of RGB (Red+Green+Blue) = 221+214+59=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD63B is #2229C4. Grayscale: #C7C7C7. Windows color (decimal): -2238917 or 3921629. OLE color: 3921629.

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

Color convert

RGB 221 214 59 -
CMYK 0 0.03 0.73 0.13
HSL 57.41º 0.7% 0.55% -
HSV(B) 57.41º 0.73% 0.87% -
XYZ 54.65 63.78 13.57 -
YUV 198.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 221 214 59 0 0.03 0.73 0.13 57.41 0.7 0.55
Hex DD D6 3B 0 3 49 D 39 46 37
Octal 335 326 73 0 3 111 15 71 106 67
Binary 11011101 11010110 111011 0 11 1001001 1101 111001 1000110 110111

Color Harmonies of #DDD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD63B

Black with #DDD63B

Text Example


Text Example

White with #DDD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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