Html Css Color HEX #DCDA44 Starship

📋 copy color: '#DCDA44'

red 220 ◦ green 218 ◦ blue 68

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

Shades of Starship #DCDA44

Tints of Starship #DCDA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.44%

R = 43.48%
G = 43.08%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCDA44 (or 0xDCDA44) is known color: Starship. HEX triplet: DC, DA and 44. RGB value is (220,218,68). Sum of RGB (Red+Green+Blue) = 220+218+68=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA44 is #2325BB. Grayscale: #CACACA. Windows color (decimal): -2303420 or 4512476. OLE color: 4512476.

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

Color convert

RGB 220 218 68 -
CMYK 0 0.01 0.69 0.14
HSL 59.21º 0.68% 0.56% -
HSV(B) 59.21º 0.69% 0.86% -
XYZ 55.63 65.78 15.23 -
YUV 201.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 220 218 68 0 0.01 0.69 0.14 59.21 0.68 0.56
Hex DC DA 44 0 1 45 E 3B 44 38
Octal 334 332 104 0 1 105 16 73 104 70
Binary 11011100 11011010 1000100 0 1 1000101 1110 111011 1000100 111000

Color Harmonies of #DCDA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA44

Black with #DCDA44

Text Example


Text Example

White with #DCDA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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