Html Css Color HEX #DEDE3D Starship

📋 copy color: '#DEDE3D'

red 222 ◦ green 222 ◦ blue 61

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

Shades of Starship #DEDE3D

Tints of Starship #DEDE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 61 (24.22% from 255) = 12.08%

R = 43.96%
G = 43.96%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEDE3D (or 0xDEDE3D) is known color: Starship. HEX triplet: DE, DE and 3D. RGB value is (222,222,61). Sum of RGB (Red+Green+Blue) = 222+222+61=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE3D is #2121C2. Grayscale: #CCCCCC. Windows color (decimal): -2171331 or 4054750. OLE color: 4054750.

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

Color convert

RGB 222 222 61 -
CMYK 0 0 0.73 0.13
HSL 60º 0.71% 0.55% -
HSV(B) 60º 0.73% 0.87% -
XYZ 57.09 68.11 14.55 -
YUV 203.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 222 222 61 0 0 0.73 0.13 60 0.71 0.55
Hex DE DE 3D 0 0 49 D 3C 47 37
Octal 336 336 75 0 0 111 15 74 107 67
Binary 11011110 11011110 111101 0 0 1001001 1101 111100 1000111 110111

Color Harmonies of #DEDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE3D

Black with #DEDE3D

Text Example


Text Example

White with #DEDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE3D; }

 p { color: rgb(222,222,61); }

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

background-color css

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

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

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

border-color css

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

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

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