Html Css Color HEX #DDD62E Starship

📋 copy color: '#DDD62E'

red 221 ◦ green 214 ◦ blue 46

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

Shades of Starship #DDD62E

Tints of Starship #DDD62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.56%

R = 45.95%
G = 44.49%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDD62E (or 0xDDD62E) is known color: Starship. HEX triplet: DD, D6 and 2E. RGB value is (221,214,46). Sum of RGB (Red+Green+Blue) = 221+214+46=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD62E is #2229D1. Grayscale: #C5C5C5. Windows color (decimal): -2238930 or 3069661. OLE color: 3069661.

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

Color convert

RGB 221 214 46 -
CMYK 0 0.03 0.79 0.13
HSL 57.6º 0.72% 0.52% -
HSV(B) 57.6º 0.79% 0.87% -
XYZ 54.36 63.66 12.01 -
YUV 196.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 221 214 46 0 0.03 0.79 0.13 57.6 0.72 0.52
Hex DD D6 2E 0 3 4F D 3A 48 34
Octal 335 326 56 0 3 117 15 72 110 64
Binary 11011101 11010110 101110 0 11 1001111 1101 111010 1001000 110100

Color Harmonies of #DDD62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD62E

Black with #DDD62E

Text Example


Text Example

White with #DDD62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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