Html Css Color HEX #DEDA41 Starship

📋 copy color: '#DEDA41'

red 222 ◦ green 218 ◦ blue 65

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

Shades of Starship #DEDA41

Tints of Starship #DEDA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.87%

R = 43.96%
G = 43.17%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEDA41 (or 0xDEDA41) is known color: Starship. HEX triplet: DE, DA and 41. RGB value is (222,218,65). Sum of RGB (Red+Green+Blue) = 222+218+65=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA41 is #2125BE. Grayscale: #CACACA. Windows color (decimal): -2172351 or 4315870. OLE color: 4315870.

HSL color Cylindrical-coordinate representation of color #DEDA41: hue angle of 58.47º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEDA41 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 65 -
CMYK 0 0.02 0.71 0.13
HSL 58.47º 0.7% 0.56% -
HSV(B) 58.47º 0.71% 0.87% -
XYZ 56.15 66.05 14.79 -
YUV 201.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 222 218 65 0 0.02 0.71 0.13 58.47 0.7 0.56
Hex DE DA 41 0 2 47 D 3A 46 38
Octal 336 332 101 0 2 107 15 72 106 70
Binary 11011110 11011010 1000001 0 10 1000111 1101 111010 1000110 111000

Color Harmonies of #DEDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA41

Black with #DEDA41

Text Example


Text Example

White with #DEDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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