Html Css Color HEX #DDD634 Starship

📋 copy color: '#DDD634'

red 221 ◦ green 214 ◦ blue 52

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

Shades of Starship #DDD634

Tints of Starship #DDD634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 45.38%
G = 43.94%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD634 (or 0xDDD634) is known color: Starship. HEX triplet: DD, D6 and 34. RGB value is (221,214,52). Sum of RGB (Red+Green+Blue) = 221+214+52=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD634 is #2229CB. Grayscale: #C6C6C6. Windows color (decimal): -2238924 or 3462877. OLE color: 3462877.

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

Color convert

RGB 221 214 52 -
CMYK 0 0.03 0.76 0.13
HSL 57.51º 0.71% 0.54% -
HSV(B) 57.51º 0.76% 0.87% -
XYZ 54.49 63.71 12.68 -
YUV 197.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 221 214 52 0 0.03 0.76 0.13 57.51 0.71 0.54
Hex DD D6 34 0 3 4C D 3A 47 36
Octal 335 326 64 0 3 114 15 72 107 66
Binary 11011101 11010110 110100 0 11 1001100 1101 111010 1000111 110110

Color Harmonies of #DDD634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD634

Black with #DDD634

Text Example


Text Example

White with #DDD634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD634; }

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

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

background-color css

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

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

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

border-color css

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

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

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