Html Css Color HEX #DED63B Starship

📋 copy color: '#DED63B'

red 222 ◦ green 214 ◦ blue 59

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

Shades of Starship #DED63B

Tints of Starship #DED63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.92%

R = 44.85%
G = 43.23%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED63B (or 0xDED63B) is known color: Starship. HEX triplet: DE, D6 and 3B. RGB value is (222,214,59). Sum of RGB (Red+Green+Blue) = 222+214+59=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DED63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED63B is #2129C4. Grayscale: #C7C7C7. Windows color (decimal): -2173381 or 3921630. OLE color: 3921630.

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

Color convert

RGB 222 214 59 -
CMYK 0 0.04 0.73 0.13
HSL 57.06º 0.71% 0.55% -
HSV(B) 57.06º 0.73% 0.87% -
XYZ 54.96 63.94 13.58 -
YUV 198.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 222 214 59 0 0.04 0.73 0.13 57.06 0.71 0.55
Hex DE D6 3B 0 4 49 D 39 47 37
Octal 336 326 73 0 4 111 15 71 107 67
Binary 11011110 11010110 111011 0 100 1001001 1101 111001 1000111 110111

Color Harmonies of #DED63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED63B

Black with #DED63B

Text Example


Text Example

White with #DED63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED63B; }

 p { color: rgb(222,214,59); }

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

background-color css

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

 a { background-color: rgb(222,214,59); }

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

border-color css

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

 span { border-color: rgb(222,214,59); }

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