Html Css Color HEX #DCDA43 Starship

📋 copy color: '#DCDA43'

red 220 ◦ green 218 ◦ blue 67

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

Shades of Starship #DCDA43

Tints of Starship #DCDA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.27%

R = 43.56%
G = 43.17%
B = 13.27%

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

#DCDA43 (or 0xDCDA43) is known color: Starship. HEX triplet: DC, DA and 43. RGB value is (220,218,67). Sum of RGB (Red+Green+Blue) = 220+218+67=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA43 is #2325BC. Grayscale: #C9C9C9. Windows color (decimal): -2303421 or 4446940. OLE color: 4446940.

HSL color Cylindrical-coordinate representation of color #DCDA43: hue angle of 59.22º 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 #DCDA43 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 67 -
CMYK 0 0.01 0.70 0.14
HSL 59.22º 0.69% 0.56% -
HSV(B) 59.22º 0.7% 0.86% -
XYZ 55.6 65.76 15.07 -
YUV 201.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 220 218 67 0 0.01 0.70 0.14 59.22 0.69 0.56
Hex DC DA 43 0 1 46 E 3B 45 38
Octal 334 332 103 0 1 106 16 73 105 70
Binary 11011100 11011010 1000011 0 1 1000110 1110 111011 1000101 111000

Color Harmonies of #DCDA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA43

Black with #DCDA43

Text Example


Text Example

White with #DCDA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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