Html Css Color HEX #DEDB34 Starship

📋 copy color: '#DEDB34'

red 222 ◦ green 219 ◦ blue 52

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

Shades of Starship #DEDB34

Tints of Starship #DEDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.55%

R = 45.03%
G = 44.42%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEDB34 (or 0xDEDB34) is known color: Starship. HEX triplet: DE, DB and 34. RGB value is (222,219,52). Sum of RGB (Red+Green+Blue) = 222+219+52=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB34 is #2124CB. Grayscale: #C9C9C9. Windows color (decimal): -2172108 or 3464158. OLE color: 3464158.

HSL color Cylindrical-coordinate representation of color #DEDB34: hue angle of 58.94º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEDB34 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 52 -
CMYK 0 0.01 0.77 0.13
HSL 58.94º 0.72% 0.54% -
HSV(B) 58.94º 0.77% 0.87% -
XYZ 56.08 66.44 13.12 -
YUV 200.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 222 219 52 0 0.01 0.77 0.13 58.94 0.72 0.54
Hex DE DB 34 0 1 4D D 3B 48 36
Octal 336 333 64 0 1 115 15 73 110 66
Binary 11011110 11011011 110100 0 1 1001101 1101 111011 1001000 110110

Color Harmonies of #DEDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB34

Black with #DEDB34

Text Example


Text Example

White with #DEDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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