Html Css Color HEX #DEDB41 Starship

📋 copy color: '#DEDB41'

red 222 ◦ green 219 ◦ blue 65

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

Shades of Starship #DEDB41

Tints of Starship #DEDB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.28%

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

R = 43.87%
G = 43.28%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEDB41 (or 0xDEDB41) is known color: Starship. HEX triplet: DE, DB and 41. RGB value is (222,219,65). Sum of RGB (Red+Green+Blue) = 222+219+65=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB41 is #2124BE. Grayscale: #CACACA. Windows color (decimal): -2172095 or 4316126. OLE color: 4316126.

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

Color convert

RGB 222 219 65 -
CMYK 0 0.01 0.71 0.13
HSL 58.85º 0.7% 0.56% -
HSV(B) 58.85º 0.71% 0.87% -
XYZ 56.41 66.57 14.88 -
YUV 202.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 222 219 65 0 0.01 0.71 0.13 58.85 0.7 0.56
Hex DE DB 41 0 1 47 D 3B 46 38
Octal 336 333 101 0 1 107 15 73 106 70
Binary 11011110 11011011 1000001 0 1 1000111 1101 111011 1000110 111000

Color Harmonies of #DEDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB41

Black with #DEDB41

Text Example


Text Example

White with #DEDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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