Html Css Color HEX #DDD63C Starship

📋 copy color: '#DDD63C'

red 221 ◦ green 214 ◦ blue 60

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

Shades of Starship #DDD63C

Tints of Starship #DDD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 44.65%
G = 43.23%
B = 12.12%

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

#DDD63C (or 0xDDD63C) is known color: Starship. HEX triplet: DD, D6 and 3C. RGB value is (221,214,60). Sum of RGB (Red+Green+Blue) = 221+214+60=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD63C is #2229C3. Grayscale: #C7C7C7. Windows color (decimal): -2238916 or 3987165. OLE color: 3987165.

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

Color convert

RGB 221 214 60 -
CMYK 0 0.03 0.73 0.13
HSL 57.39º 0.7% 0.55% -
HSV(B) 57.39º 0.73% 0.87% -
XYZ 54.68 63.79 13.71 -
YUV 198.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 221 214 60 0 0.03 0.73 0.13 57.39 0.7 0.55
Hex DD D6 3C 0 3 49 D 39 46 37
Octal 335 326 74 0 3 111 15 71 106 67
Binary 11011101 11010110 111100 0 11 1001001 1101 111001 1000110 110111

Color Harmonies of #DDD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD63C

Black with #DDD63C

Text Example


Text Example

White with #DDD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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