Html Css Color HEX #DCDB37 Starship

📋 copy color: '#DCDB37'

red 220 ◦ green 219 ◦ blue 55

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

Shades of Starship #DCDB37

Tints of Starship #DCDB37

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

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

 BLUE value IS 55 (21.88% from 255) = 11.13%

R = 44.53%
G = 44.33%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCDB37 (or 0xDCDB37) is known color: Starship. HEX triplet: DC, DB and 37. RGB value is (220,219,55). Sum of RGB (Red+Green+Blue) = 220+219+55=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB37 is #2324C8. Grayscale: #C9C9C9. Windows color (decimal): -2303177 or 3660764. OLE color: 3660764.

HSL color Cylindrical-coordinate representation of color #DCDB37: hue angle of 59.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCDB37 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 55 -
CMYK 0 0.00 0.75 0.14
HSL 59.64º 0.7% 0.54% -
HSV(B) 59.64º 0.75% 0.86% -
XYZ 55.54 66.15 13.46 -
YUV 200.6 45.83 141.84 -
System Red Green Blue C M Y K H S L
Decimal 220 219 55 0 0.00 0.75 0.14 59.64 0.7 0.54
Hex DC DB 37 0 0 4B E 3C 46 36
Octal 334 333 67 0 0 113 16 74 106 66
Binary 11011100 11011011 110111 0 0 1001011 1110 111100 1000110 110110

Color Harmonies of #DCDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB37

Black with #DCDB37

Text Example


Text Example

White with #DCDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB37; }

 p { color: rgb(220,219,55); }

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

background-color css

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

 a { background-color: rgb(220,219,55); }

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

border-color css

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

 span { border-color: rgb(220,219,55); }

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