Html Css Color HEX #DED72C Starship

📋 copy color: '#DED72C'

red 222 ◦ green 215 ◦ blue 44

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

Shades of Starship #DED72C

Tints of Starship #DED72C

RGB

 RED value IS 222 (87.11% from 255) = 46.15%

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

 BLUE value IS 44 (17.58% from 255) = 9.15%

R = 46.15%
G = 44.7%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DED72C (or 0xDED72C) is known color: Starship. HEX triplet: DE, D7 and 2C. RGB value is (222,215,44). Sum of RGB (Red+Green+Blue) = 222+215+44=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED72C is #2128D3. Grayscale: #C6C6C6. Windows color (decimal): -2173140 or 2938846. OLE color: 2938846.

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

Color convert

RGB 222 215 44 -
CMYK 0 0.03 0.80 0.13
HSL 57.64º 0.73% 0.52% -
HSV(B) 57.64º 0.8% 0.87% -
XYZ 54.88 64.31 11.9 -
YUV 197.6 41.32 145.4 -
System Red Green Blue C M Y K H S L
Decimal 222 215 44 0 0.03 0.80 0.13 57.64 0.73 0.52
Hex DE D7 2C 0 3 50 D 3A 49 34
Octal 336 327 54 0 3 120 15 72 111 64
Binary 11011110 11010111 101100 0 11 1010000 1101 111010 1001001 110100

Color Harmonies of #DED72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED72C

Black with #DED72C

Text Example


Text Example

White with #DED72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED72C; }

 p { color: rgb(222,215,44); }

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

background-color css

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

 a { background-color: rgb(222,215,44); }

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

border-color css

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

 span { border-color: rgb(222,215,44); }

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