Html Css Color HEX #DCDB3A Starship

📋 copy color: '#DCDB3A'

red 220 ◦ green 219 ◦ blue 58

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

Shades of Starship #DCDB3A

Tints of Starship #DCDB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.67%

R = 44.27%
G = 44.06%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCDB3A (or 0xDCDB3A) is known color: Starship. HEX triplet: DC, DB and 3A. RGB value is (220,219,58). Sum of RGB (Red+Green+Blue) = 220+219+58=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB3A is #2324C5. Grayscale: #C9C9C9. Windows color (decimal): -2303174 or 3857372. OLE color: 3857372.

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

Color convert

RGB 220 219 58 -
CMYK 0 0.00 0.74 0.14
HSL 59.63º 0.7% 0.55% -
HSV(B) 59.63º 0.74% 0.86% -
XYZ 55.61 66.18 13.85 -
YUV 200.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 220 219 58 0 0.00 0.74 0.14 59.63 0.7 0.55
Hex DC DB 3A 0 0 4A E 3C 46 37
Octal 334 333 72 0 0 112 16 74 106 67
Binary 11011100 11011011 111010 0 0 1001010 1110 111100 1000110 110111

Color Harmonies of #DCDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB3A

Black with #DCDB3A

Text Example


Text Example

White with #DCDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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