Html Css Color HEX #DEDA3D Starship

📋 copy color: '#DEDA3D'

red 222 ◦ green 218 ◦ blue 61

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

Shades of Starship #DEDA3D

Tints of Starship #DEDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 44.31%
G = 43.51%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEDA3D (or 0xDEDA3D) is known color: Starship. HEX triplet: DE, DA and 3D. RGB value is (222,218,61). Sum of RGB (Red+Green+Blue) = 222+218+61=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA3D is #2125C2. Grayscale: #C9C9C9. Windows color (decimal): -2172355 or 4053726. OLE color: 4053726.

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

Color convert

RGB 222 218 61 -
CMYK 0 0.02 0.73 0.13
HSL 58.51º 0.71% 0.55% -
HSV(B) 58.51º 0.73% 0.87% -
XYZ 56.04 66.01 14.2 -
YUV 201.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 222 218 61 0 0.02 0.73 0.13 58.51 0.71 0.55
Hex DE DA 3D 0 2 49 D 3B 47 37
Octal 336 332 75 0 2 111 15 73 107 67
Binary 11011110 11011010 111101 0 10 1001001 1101 111011 1000111 110111

Color Harmonies of #DEDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA3D

Black with #DEDA3D

Text Example


Text Example

White with #DEDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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