Html Css Color HEX #DDD72E Starship

📋 copy color: '#DDD72E'

red 221 ◦ green 215 ◦ blue 46

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

Shades of Starship #DDD72E

Tints of Starship #DDD72E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

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

R = 45.85%
G = 44.61%
B = 9.54%

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

#DDD72E (or 0xDDD72E) is known color: Starship. HEX triplet: DD, D7 and 2E. RGB value is (221,215,46). Sum of RGB (Red+Green+Blue) = 221+215+46=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD72E is #2228D1. Grayscale: #C6C6C6. Windows color (decimal): -2238674 or 3069917. OLE color: 3069917.

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

Color convert

RGB 221 215 46 -
CMYK 0 0.03 0.79 0.13
HSL 57.94º 0.72% 0.52% -
HSV(B) 57.94º 0.79% 0.87% -
XYZ 54.61 64.17 12.09 -
YUV 197.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 221 215 46 0 0.03 0.79 0.13 57.94 0.72 0.52
Hex DD D7 2E 0 3 4F D 3A 48 34
Octal 335 327 56 0 3 117 15 72 110 64
Binary 11011101 11010111 101110 0 11 1001111 1101 111010 1001000 110100

Color Harmonies of #DDD72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD72E

Black with #DDD72E

Text Example


Text Example

White with #DDD72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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