Html Css Color HEX #DCDA41 Starship

📋 copy color: '#DCDA41'

red 220 ◦ green 218 ◦ blue 65

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

Shades of Starship #DCDA41

Tints of Starship #DCDA41

RGB

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

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

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

R = 43.74%
G = 43.34%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCDA41 (or 0xDCDA41) is known color: Starship. HEX triplet: DC, DA and 41. RGB value is (220,218,65). Sum of RGB (Red+Green+Blue) = 220+218+65=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA41 is #2325BE. Grayscale: #C9C9C9. Windows color (decimal): -2303423 or 4315868. OLE color: 4315868.

HSL color Cylindrical-coordinate representation of color #DCDA41: hue angle of 59.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCDA41 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 65 -
CMYK 0 0.01 0.70 0.14
HSL 59.23º 0.69% 0.56% -
HSV(B) 59.23º 0.7% 0.86% -
XYZ 55.54 65.74 14.76 -
YUV 201.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 220 218 65 0 0.01 0.70 0.14 59.23 0.69 0.56
Hex DC DA 41 0 1 46 E 3B 45 38
Octal 334 332 101 0 1 106 16 73 105 70
Binary 11011100 11011010 1000001 0 1 1000110 1110 111011 1000101 111000

Color Harmonies of #DCDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA41

Black with #DCDA41

Text Example


Text Example

White with #DCDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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